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/query.ixx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/pgsql/query.ixx') diff --git a/odb/pgsql/query.ixx b/odb/pgsql/query.ixx index d850c1a..ef8ea77 100644 --- a/odb/pgsql/query.ixx +++ b/odb/pgsql/query.ixx @@ -7,7 +7,7 @@ namespace odb namespace pgsql { template - inline void query:: + inline void query_base:: append (val_bind v, const char* conv) { add ( @@ -17,7 +17,7 @@ namespace odb } template - inline void query:: + inline void query_base:: append (ref_bind r, const char* conv) { add ( -- cgit v1.1