Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior

This commit is contained in:
Petri Lehtinen 2013-02-26 21:45:09 +02:00
commit 6401ad66a7
3 changed files with 18 additions and 5 deletions

View file

@ -830,6 +830,10 @@ The following example demonstrates this.
.. literalinclude:: ../includes/sqlite3/pysqlite_datetime.py
If a timestamp stored in SQLite has a fractional part longer than 6
numbers, its value will be truncated to microsecond precision by the
timestamp converter.
.. _sqlite3-controlling-transactions: