From f0b42ce50fc2c0a688ec758c1838041f4d5998d2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Apr 2013 15:14:41 +0200 Subject: Fix documentation mistake --- doc/manual.xhtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') 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

It is possible to map the char C++ type to the - INTEGER SQLite type (TINYINT) using - the db type pragma (Section - 12.4.3, "type").

+ INTEGER SQLite type using the db type + pragma (Section 12.4.3, "type").

SQLite represents the NaN FLOAT value as a NULL value. As a result, columns of the -- cgit v1.1