From 4d51a8a248bcbe50849b6c7682aaca1aa9ebff98 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/pgsql/query.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/pgsql/query.cxx') diff --git a/odb/pgsql/query.cxx b/odb/pgsql/query.cxx index d02a195..725ed6a 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -188,7 +188,7 @@ namespace odb } void query_base:: - add (details::shared_ptr p, const char* conv) + append (details::shared_ptr p, const char* conv) { clause_.push_back (clause_part (clause_part::kind_param)); -- cgit v1.1