From 9c6c3aab8607b351aead5c45de5e0eb539daf6cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jan 2012 10:30:21 +0200 Subject: Work around SQL Server 2005 bug with long data and OUTPUT clause --- odb/mssql/statement.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/mssql/statement.hxx') diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 43187d5..90338c7 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -190,6 +190,7 @@ namespace odb private: bool returning_; + bool batch_; unsigned long long id_; SQLLEN id_size_ind_; }; -- cgit v1.1