aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/container-statements.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-08-14 09:37:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-25 06:46:33 +0200
commit239c24da194d98e0823642d408d35fc8fe3e7ae9 (patch)
tree153657a311112fe716a5e0312c97767cd10becca /odb/mssql/container-statements.hxx
parent94f3cb74b800ab25394b22e91b3ece764fb55bb7 (diff)
Implement bulk database operation support for Oracle and SQL Server
Diffstat (limited to 'odb/mssql/container-statements.hxx')
-rw-r--r--odb/mssql/container-statements.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/mssql/container-statements.hxx b/odb/mssql/container-statements.hxx
index 5a7e52c..adc09ac 100644
--- a/odb/mssql/container-statements.hxx
+++ b/odb/mssql/container-statements.hxx
@@ -124,6 +124,7 @@ namespace odb
insert_image_binding_,
false,
false,
+ 0,
false));
return *insert_;
@@ -287,7 +288,7 @@ namespace odb
update_text_,
this->versioned_, // Process if versioned.
update_image_binding_,
- false,
+ 0,
false));
return *update_;