diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-05 13:02:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-05 13:02:10 +0200 |
commit | bd76aca857df32e28f81ac8687d2498ecad07296 (patch) | |
tree | 3086b1ade56a3ce800bfa55f00743b4271ec8843 | |
parent | 7f4007a7c4587d737da4b7a2da9de462f0e8831d (diff) |
Versioned section support
-rw-r--r-- | odb/statement.hxx | 4 |
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 ...] // |