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