summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-19 11:51:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-19 11:51:17 +0200
commite85b07722107d00e4a3182ff4d33274a617bb55a (patch)
treedf3e58ea27935b29813f18b976b05a4c095c73bb /odb/relational/context.hxx
parent4bf55482207ee5807907833829dc30af2d18770b (diff)
Implement bulk API code generation
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 d0211c6..b2a4032 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -270,6 +270,7 @@ namespace relational
bool insert_send_auto_id;
bool delay_freeing_statement_result;
bool need_image_clone;
+ bool generate_bulk;
bool global_index;
bool global_fkey;