aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:08 +0200
commit382035d872a2cbb22fc14d3c87db93b1f39b407b (patch)
treeeae01dfdad70ffc916e3dc23a6f279a1a25a1556 /odb/sqlite/result.hxx
parentd8fed1d9dbab80e14033b385c604abb41cc84390 (diff)
Ground work for multi-database support
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
Diffstat (limited to 'odb/sqlite/result.hxx')
-rw-r--r--odb/sqlite/result.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index 92c1bb1..cd2d376 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -10,7 +10,7 @@
#include <odb/details/shared-ptr.hxx>
#include <odb/sqlite/version.hxx>
-#include <odb/sqlite/forward.hxx> // query, query_params
+#include <odb/sqlite/forward.hxx> // query_base, query_params
#include <odb/sqlite/statement.hxx>
#include <odb/sqlite/details/export.hxx>
@@ -22,7 +22,8 @@ namespace odb
class LIBODB_SQLITE_EXPORT result_impl_base
{
public:
- result_impl_base (const query&, details::shared_ptr<select_statement>);
+ result_impl_base (const query_base&,
+ details::shared_ptr<select_statement>);
protected:
// We need to hold on to the query parameters because SQLite uses