aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-01 15:10:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-01 15:10:12 +0200
commitc66ce01b6c44e1a9e145be9ee2ab4c8d30a6fba7 (patch)
tree4d82b9e4655da80c9c681abeea2fb44b02223c1d
parent16ebe8f2b2464c682848cb3d8ef7168586779700 (diff)
Fix incorrect pragma spelling
-rw-r--r--odb/context.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 792bd25..ec8dec9 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -138,7 +138,7 @@ comp_value_ (semantics::class_& c)
r = r && !c.count ("index-column");
r = r && !c.count ("key-column");
r = r && !c.count ("id-column");
- r = r && !c.count ("not_null");
+ r = r && !c.count ("not-null");
r = r && !c.count ("unordered");
c.set ("composite-value", r);