aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-23 09:36:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-23 09:36:50 +0200
commit49f5938a5aa2f94ec16d537d711a2883d9798bb5 (patch)
treef8cdfeb31eab6cd9c019ff04321d1613ae4d03f8 /doc
parent8b9a887632d4599390ec48d3265ed284eb7a1005 (diff)
Minor change
Diffstat (limited to 'doc')
-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