aboutsummaryrefslogtreecommitdiff
path: root/odb/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:04:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:04:01 +0200
commit0770beace3b6f944209417f1b4541fa31d443529 (patch)
tree7014d6663b7c694acf3f6e6c60f200f666eb2777 /odb/statement.hxx
parent08022a07eead928949be5581f1202a197bf68551 (diff)
Statement processing/optimization base work
Diffstat (limited to 'odb/statement.hxx')
-rw-r--r--odb/statement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/statement.hxx b/odb/statement.hxx
index 00ffa2e..79a8524 100644
--- a/odb/statement.hxx
+++ b/odb/statement.hxx
@@ -84,8 +84,8 @@ namespace odb
// SELECT\n
// [schema.]table.a,\n
// alias.b\n
- // FROM [schema.]table\n
- // [LEFT JOIN [schema.]table [AS alias] ON ...\n]*
+ // FROM [schema.]table[\n]
+ // [LEFT JOIN [schema.]table [AS alias] ON ...[\n]]*
// [WHERE ...]
//
static void