Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 0d7baef..eeb9666 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -814,6 +814,10 @@
.. 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: