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/oracle/context.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/relational/oracle/context.cxx') diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index bc52f63..26adfda 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -79,6 +79,7 @@ namespace relational generate_grow = false; need_alias_as = false; + insert_send_auto_id = true; data_->bind_vector_ = "oracle::bind*"; // Populate the C++ type to DB type map. -- cgit v1.1