summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
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;
};