aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-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