aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:30:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-20 10:30:21 +0200
commit9c6c3aab8607b351aead5c45de5e0eb539daf6cb (patch)
tree5c331c423125076629675bc0330d5ef37c8e6b26 /odb/mssql/statement.hxx
parent1df3d141a070c123e46d807517190f792b3a7f6e (diff)
Work around SQL Server 2005 bug with long data and OUTPUT clause
Diffstat (limited to 'odb/mssql/statement.hxx')
-rw-r--r--odb/mssql/statement.hxx1
1 files changed, 1 insertions, 0 deletions
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_;
};