aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/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
commite04895dcc4008a8c0cf53f34ef787a9c686ebcde (patch)
treea3085ab592d9f037e08d6469bcb9ba4a554704dc /odb/mssql/query.cxx
parent94607b822a6dcb4be1ab54dafaafde4810cb1f72 (diff)
Add dynamic multi-database query support
Diffstat (limited to 'odb/mssql/query.cxx')
-rw-r--r--odb/mssql/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/query.cxx b/odb/mssql/query.cxx
index bea3352..371df37 100644
--- a/odb/mssql/query.cxx
+++ b/odb/mssql/query.cxx
@@ -119,7 +119,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));