summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 7bf7bbf..2f24ead 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -2888,7 +2888,7 @@ private:
boolean value is stored in the database as a string:</p>
<pre class="c++">
-#pragma db value(bool) type("CHAR(5) NOT NULL")
+#pragma db value(bool) type("VARCHAR(5) NOT NULL")
</pre>
<p>The possible database value for the C++ <code>true</code> value could