aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-05 13:02:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-05 13:02:10 +0200
commitbd76aca857df32e28f81ac8687d2498ecad07296 (patch)
tree3086b1ade56a3ce800bfa55f00743b4271ec8843 /odb
parent7f4007a7c4587d737da4b7a2da9de462f0e8831d (diff)
Versioned section support
Diffstat (limited to 'odb')
-rw-r--r--odb/statement.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/statement.hxx b/odb/statement.hxx
index 79a8524..160dc6e 100644
--- a/odb/statement.hxx
+++ b/odb/statement.hxx
@@ -65,9 +65,9 @@ namespace odb
// Expected statement structure:
//
// UPDATE table\n
- // [SET\n
+ // SET\n
// a=$1,\n
- // b=$2[\n]]
+ // b=$2[\n]
// [OUTPUT ...]
// [WHERE ...]
//