summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-20 16:33:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-20 16:33:52 +0200
commit06cace40d185254d17d74f4ae933dc86cc80d9bd (patch)
tree486c3df0d803546a49be8431d7b71026f0fe28d8 /odb/relational/header.hxx
parenta91f7d4d0db038a4d055c9aa9a9baa1c406d0c7a (diff)
Rename query_clause to query_statement for consistency
Diffstat (limited to 'odb/relational/header.hxx')
-rw-r--r--odb/relational/header.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index 51c95f9..e4933a0 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1107,8 +1107,8 @@ namespace relational
if (options.generate_query ())
{
- os << "static const char query_clause[];"
- << "static const char erase_query_clause[];"
+ os << "static const char query_statement[];"
+ << "static const char erase_query_statement[];"
<< endl
<< "static const char table_name[];";
}