File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1358,13 +1358,12 @@ Default adapters and converters (deprecated)
1358
1358
1359
1359
The deprecated default adapters and converters consists of:
1360
1360
1361
- * Adapt :class: `datetime.date ` objects to ISO format :class: `strings <str> `.
1362
- * Adapt :class: `datetime.datetime ` objects to ISO format :class: ` strings <str> ` .
1361
+ * Adapt :class: `datetime.date ` objects to :class: `strings <str> ` in ISO format .
1362
+ * Adapt :class: `datetime.datetime ` objects to strings ISO format.
1363
1363
* Convert :ref: `declared <sqlite3-converters >` "date" types to ``datetime.date ``
1364
1364
objects.
1365
1365
* Convert declared "timestamp" types to ``datetime.datetime `` objects.
1366
- If a timestamp stored in SQLite has a fractional part longer than 6
1367
- numbers, its value will be truncated to microsecond precision.
1366
+ Fractional parts will be truncated to 6 digits (microsecond precision).
1368
1367
1369
1368
.. note ::
1370
1369
You can’t perform that action at this time.
0 commit comments