From 4af2971bac6d6214301f1b6002e27db071d9590b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 18:43:03 +0200 Subject: Implement SQLite incremental BLOB/TEXT I/O --- odb/mssql/statement.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/mssql/statement.hxx') 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 -- cgit v1.1