aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-10-30 20:32:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-10-30 20:32:56 +0200
commite53fb87d3c3dd5892505dcb61f14a0a25181bdc8 (patch)
treeabecc0ef912864c2117afd30782349c4c50ed926
parent3a1788234bfaa96ee093b68e9ba02cf7d5bdffe6 (diff)
Fix typo in manual
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index ebcabe9..43f92d2 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -16595,8 +16595,8 @@ class person
std::string first_; // TEXT NOT NULL COLLATE binary
- #pragma db options("CHECK(email != '')")
- std::string last_; // TEXT NOT NULL COLLATE binary CHECK(email != '')
+ #pragma db options("CHECK(last != '')")
+ std::string last_; // TEXT NOT NULL COLLATE binary CHECK(last != '')
#pragma db options()
std::string title_; // TEXT NOT NULL