aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-07 10:21:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-07 10:21:09 +0200
commit19131a419b35e409e6b65fc47ff31f7742ff54f3 (patch)
tree48a2fc660814062ce114d83e939f16d0ede511e6 /odb/relational/oracle
parentf573927d48a7ceb155cf681e7cbad1e5176b2c0b (diff)
Use RAII to free select statement results
Diffstat (limited to 'odb/relational/oracle')
-rw-r--r--odb/relational/oracle/context.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index dbe61af..2fa566c 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;
+ delay_freeing_statement_result = false;
data_->bind_vector_ = "oracle::bind*";
// Populate the C++ type to DB type map.