mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
This commit is contained in:
commit
6401ad66a7
3 changed files with 18 additions and 5 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue