aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-10 14:06:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-10 14:07:32 +0200
commit6d7abb297bf7a4dcef4f90b4dfb3d46b7977e526 (patch)
tree02b6f82cfb2ac360f249b1ba60c050c322803120 /odb/statement.hxx
parent26bd95b4cab885744eabf95ee7a8012eab2800a3 (diff)
Add support for overriding statement processing, flag for AS in JOIN
Diffstat (limited to 'odb/statement.hxx')
-rw-r--r--odb/statement.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/statement.hxx b/odb/statement.hxx
index 28999be..3cecd53 100644
--- a/odb/statement.hxx
+++ b/odb/statement.hxx
@@ -96,7 +96,8 @@ namespace odb
char quote_open, // Identifier opening quote.
char quote_close, // Identifier closing quote.
bool optimize, // Remove unused JOINs.
- std::string& result);
+ std::string& result,
+ bool as = true); // JOINs use AS keyword.
};
}