aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-23 15:14:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-23 15:14:41 +0200
commitf0b42ce50fc2c0a688ec758c1838041f4d5998d2 (patch)
treedec686e0ce50b704d56b3736bf22e8ea4bf02215 /doc
parent399f1212596a4ffa506fcc0e630ade33951b00db (diff)
Fix documentation mistake
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xhtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index dad3c90..2f68865 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -16221,9 +16221,8 @@ class object
</table>
<p>It is possible to map the <code>char</code> C++ type to the
- <code>INTEGER</code> SQLite type (<code>TINYINT</code>) using
- the <code>db&nbsp;type</code> pragma (<a href="#12.4.3">Section
- 12.4.3, "<code>type</code>"</a>).</p>
+ <code>INTEGER</code> SQLite type using the <code>db&nbsp;type</code>
+ pragma (<a href="#12.4.3">Section 12.4.3, "<code>type</code>"</a>).</p>
<p>SQLite represents the <code>NaN</code> <code>FLOAT</code> value
as a <code>NULL</code> value. As a result, columns of the