summaryrefslogtreecommitdiff
path: root/odb/relational/sqlite/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/sqlite/common.hxx')
-rw-r--r--odb/relational/sqlite/common.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx
index c998607..3bdc01e 100644
--- a/odb/relational/sqlite/common.hxx
+++ b/odb/relational/sqlite/common.hxx
@@ -88,6 +88,14 @@ namespace relational
}
};
+ bool
+ container (member_info& mi)
+ {
+ // This cannot be a container if we have a type override.
+ //
+ return type_override_ == 0 && context::container (mi.m);
+ }
+
// The false return value indicates that no further callbacks
// should be called for this member.
//