aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/statement.hxx
diff options
context:
space:
mode:
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_;
};