From 29f0456d158cd6a8f369d7574bb757d22052454b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 12 Jan 2012 09:15:21 +0200 Subject: Add support for case where we don't send auto object id in INSERT --- odb/relational/mssql/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/relational/mssql') diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx index bda8df9..c9ff6f5 100644 --- a/odb/relational/mssql/context.cxx +++ b/odb/relational/mssql/context.cxx @@ -83,6 +83,7 @@ namespace relational generate_grow = false; need_alias_as = true; + insert_send_auto_id = false; data_->bind_vector_ = "mssql::bind*"; // Populate the C++ type to DB type map. -- cgit v1.1