summaryrefslogtreecommitdiff
path: root/odb/relational/model.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/model.hxx')
-rw-r--r--odb/relational/model.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index afaa90d..d41b701 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -102,7 +102,7 @@ namespace relational
traverse_column (semantics::data_member& m, string const& name, bool)
{
bool id (object_columns_base::id ()); // Id or part of.
- bool null (!id && context::null (m, key_prefix_));
+ bool null (!id && object_columns_base::null ());
string col_id (id_prefix_ +
(key_prefix_.empty () ? m.name () : key_prefix_));