aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 08:57:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 08:57:30 +0200
commitb8c4c3b3f3cc755d537fd3f7f1f613fbd5a3957b (patch)
tree53d4eb800f34210cd7f3da0ac37a4b6663a23e11 /odb/statement.hxx
parentf4a26457ea30754e57e6adc82dd18c19572d3937 (diff)
Implement join types support in views
Diffstat (limited to 'odb/statement.hxx')
-rw-r--r--odb/statement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/statement.hxx b/odb/statement.hxx
index 3cecd53..bac8414 100644
--- a/odb/statement.hxx
+++ b/odb/statement.hxx
@@ -85,7 +85,7 @@ namespace odb
// [schema.]table.a,\n
// alias.b\n
// FROM [schema.]table[\n]
- // [LEFT JOIN [schema.]table [AS alias] ON ...[\n]]*
+ // [{A-Z }* JOIN [schema.]table [AS alias][ ON ...][\n]]*
// [WHERE ...]
//
static void