aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/query.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-11-21 13:11:43 +0200
commitb3826d5ff054deeb7ba22aecb242cec2dca2f93a (patch)
tree7af4d7b2742db8c36dda3c97d12a2c40bf4b14b0 /odb/oracle/query.cxx
parent83374c27062772de95ab12652713bfb2c218ba48 (diff)
Add dynamic multi-database query support
Diffstat (limited to 'odb/oracle/query.cxx')
-rw-r--r--odb/oracle/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx
index b6b3018..1121b9d 100644
--- a/odb/oracle/query.cxx
+++ b/odb/oracle/query.cxx
@@ -120,7 +120,7 @@ namespace odb
}
void query_base::
- add (details::shared_ptr<query_param> p, const char* conv)
+ append (details::shared_ptr<query_param> p, const char* conv)
{
clause_.push_back (clause_part (clause_part::kind_param));