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