aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-15 18:43:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-15 18:43:03 +0200
commit4af2971bac6d6214301f1b6002e27db071d9590b (patch)
treef0f08c23d40cbe0d1114fba067d53e87bf520f9a /odb/mssql/statement.hxx
parent539b70c28091a7cdfc0abe106102a151f075e6ef (diff)
Implement SQLite incremental BLOB/TEXT I/O
Diffstat (limited to 'odb/mssql/statement.hxx')
-rw-r--r--odb/mssql/statement.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx
index 516ce7b..6837abd 100644
--- a/odb/mssql/statement.hxx
+++ b/odb/mssql/statement.hxx
@@ -89,11 +89,11 @@ namespace odb
// columns to the end.
//
static void
- process_select (const char* statement,
+ process_select (std::string& result,
+ const char* statement,
const bind*,
std::size_t bind_size,
- bool optimize,
- std::string& result);
+ bool optimize);
protected:
void