From 382035d872a2cbb22fc14d3c87db93b1f39b407b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Oct 2012 16:09:08 +0200 Subject: 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. --- odb/sqlite/simple-object-result.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/sqlite/simple-object-result.txx') diff --git a/odb/sqlite/simple-object-result.txx b/odb/sqlite/simple-object-result.txx index 2152a21..34eaab5 100644 --- a/odb/sqlite/simple-object-result.txx +++ b/odb/sqlite/simple-object-result.txx @@ -23,7 +23,7 @@ namespace odb template object_result_impl:: - object_result_impl (const query& q, + object_result_impl (const query_base& q, details::shared_ptr statement, statements_type& statements) : base_type (statements.connection ().database ()), -- cgit v1.1