From e68f09c0e8c747474745f3438496e9352a199dbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Nov 2012 13:11:43 +0200 Subject: Add dynamic multi-database query support --- odb/forward.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'odb/forward.hxx') diff --git a/odb/forward.hxx b/odb/forward.hxx index 18e0340..705acd3 100644 --- a/odb/forward.hxx +++ b/odb/forward.hxx @@ -54,13 +54,13 @@ namespace odb id_pgsql, id_oracle, id_mssql, - id_default + id_common }; // Number of real databases (i.e., excluding default) in the database_id // enum. // - const std::size_t database_count = id_default; + const std::size_t database_count = id_common; // Traits. // @@ -118,6 +118,13 @@ namespace odb // // + class query_base; + + template + struct query_column; + + // + // class result_impl; class prepared_query_impl; -- cgit v1.1