aboutsummaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-24 11:27:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-24 11:27:14 +0200
commitb9fe963646367f2da21ba1053bc086bd17b09967 (patch)
tree95fa1918897d2b96d55a6796cb9ce2fb0a70026a /odb/context.cxx
parent65713117ae73f692b25ad70f2e7d8650ee997c2d (diff)
Implement id_type value type pragma
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 2d64885..8a85dcd 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -190,6 +190,7 @@ comp_value_ (semantics::class_& c)
r = r && c.count ("value");
r = r && !c.count ("table");
r = r && !c.count ("type");
+ r = r && !c.count ("id-type");
r = r && !c.count ("value-type");
r = r && !c.count ("index-type");
r = r && !c.count ("key-type");