aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-11-29 11:32:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-11-29 11:32:44 +0200
commitbfc6d29f8ef4efc48334cf0c25af433d85c21ed6 (patch)
treebf4c606068b36d53154cbbaa470e77864a2aebb0 /odb/sqlite/query.hxx
parenta2914e837c6442db936fd035b49f60ee488df533 (diff)
Namespace management for static multi-database support
Now in libodb the odb::core namespace is split into odb::common (database- independent stuff) and odb::core proper, which imports odb::common. Each database runtime now defines odb::<db>::core namespace which also imports odb::common and adds the database-specific bits. The overall idea is that one can do using namespace odb::<db>::core just like for odb::core.
Diffstat (limited to 'odb/sqlite/query.hxx')
-rw-r--r--odb/sqlite/query.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index 18c10bb..0f7657c 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -1395,6 +1395,11 @@ namespace odb
{
}
};
+
+ namespace core
+ {
+ using sqlite::query;
+ }
}
// Derive odb::query from odb::sqlite::query so that it can be