From 0a6a2fe64508497d287aa3341e667fe313912774 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 25 Jul 2012 15:52:26 +0200 Subject: Simplify auto id implementation in Oracle Specifically, instead of using a trigger to assign the next id from the sequence, get the next value directly in the INSERT statement. --- odb/relational/oracle/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/oracle/context.cxx') diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index c0a7199..01b690a 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -79,7 +79,7 @@ namespace relational generate_grow = false; need_alias_as = false; - insert_send_auto_id = true; + insert_send_auto_id = false; delay_freeing_statement_result = false; need_image_clone = true; data_->bind_vector_ = "oracle::bind*"; -- cgit v1.1