summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-06 09:01:48 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:12 +0200
commit213a61a1d9b41e71c886f0ff6a4762522cf68e63 (patch)
tree77ea5cc6da4ce9d3c508be8aa3d8467b765195c1 /odb/relational/context.hxx
parent3d1aa62e7f6dfeba4b81ea4716598fe680f1fffb (diff)
Add flag to context indicating whether to generate grow code
Diffstat (limited to 'odb/relational/context.hxx')
-rw-r--r--odb/relational/context.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index dfe1f9c..ba633d7 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -131,12 +131,14 @@ namespace relational
{
data (std::ostream& os): root_context::data (os) {}
+ bool generate_grow_;
string bind_vector_;
string truncated_vector_;
};
data* data_;
public:
+ bool generate_grow;
string const& bind_vector;
string const& truncated_vector;
};