From 9f994010f871ce0ea1aea58482ddef503cfc81c3 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/pgsql/statement-cache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/pgsql/statement-cache.hxx') diff --git a/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx index 90bc2f6..7eda0d7 100644 --- a/odb/pgsql/statement-cache.hxx +++ b/odb/pgsql/statement-cache.hxx @@ -32,7 +32,7 @@ namespace odb statement_cache (connection& conn): conn_ (conn) {} template - typename object_traits::statements_type& + typename object_traits_impl::statements_type& find_object (); template -- cgit v1.1