merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 12:38:57 +02:00
commit 9ace9648e5
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ Module functions and constants
For the *isolation_level* parameter, please see the For the *isolation_level* parameter, please see the
:attr:`Connection.isolation_level` property of :class:`Connection` objects. :attr:`Connection.isolation_level` property of :class:`Connection` objects.
SQLite natively supports only the types TEXT, INTEGER, FLOAT, BLOB and NULL. If SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
you want to use other types you must add support for them yourself. The you want to use other types you must add support for them yourself. The
*detect_types* parameter and the using custom **converters** registered with the *detect_types* parameter and the using custom **converters** registered with the
module-level :func:`register_converter` function allow you to easily do that. module-level :func:`register_converter` function allow you to easily do that.