summaryrefslogtreecommitdiff
path: root/odb/relational/context.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-10-20 20:40:18 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-10-21 11:47:15 +0200
commit8a1fc3adebbc0fe22edc8bb123327d6684e750ab (patch)
tree9688e0630f313ed8e0591530bf6bfbe337b94de2 /odb/relational/context.hxx
parent0af59b8a8cf626e71da89a2b301c203bc1a23d97 (diff)
Rename relational::context::use_as to relational::context::need_alias_as
Diffstat (limited to 'odb/relational/context.hxx')
-rw-r--r--odb/relational/context.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index 3658f29..7bff5b1 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -132,7 +132,7 @@ namespace relational
data (std::ostream& os): root_context::data (os) {}
bool generate_grow_;
- bool use_as_;
+ bool need_alias_as_;
string bind_vector_;
string truncated_vector_;
@@ -141,7 +141,7 @@ namespace relational
public:
bool generate_grow;
- bool use_as;
+ bool need_alias_as;
string const& bind_vector;
string const& truncated_vector;