aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-25 12:13:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-27 10:30:15 +0200
commit923639283d2bae0b82cb605fa4680a3058c9d973 (patch)
tree3c122b70129cdd2b502e1f7056eac896c109f03a /odb/relational/source.cxx
parentadfa9bbd04cd3571932ee7675344ca723bfa1eab (diff)
Add support for defining indexes
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.
Diffstat (limited to 'odb/relational/source.cxx')
-rw-r--r--odb/relational/source.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index ee7ac21..a338b09 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -3436,7 +3436,7 @@ namespace relational
//
tree type;
decl = lookup::resolve_scoped_name (
- l, tt, tl, tn, ptt, scope, name, false, &type);
+ l, tt, tl, tn, ptt, scope, name, false, false, &type);
type = TYPE_MAIN_VARIANT (type);