summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
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/context.hxx
parentf573927d48a7ceb155cf681e7cbad1e5176b2c0b (diff)
Use RAII to free select statement results
Diffstat (limited to 'odb/relational/context.hxx')
-rw-r--r--odb/relational/context.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index dddb86e..52cb9c0 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -158,6 +158,7 @@ namespace relational
bool generate_grow;
bool need_alias_as;
bool insert_send_auto_id;
+ bool delay_freeing_statement_result;
string const& bind_vector;
string const& truncated_vector;