Files
sqlalchemy/test/dialect
Mike Bayer ccadbec825 use .fromisoformat() for sqlite datetime, date, time parsing
SQLite datetime, date, and time datatypes now use Python standard lib
``fromisoformat()`` methods in order to parse incoming datetime, date, and
time string values. This improves performance vs. the previous regular
expression-based approach, and also automatically accommodates for datetime
and time formats that contain either a six-digit "microseconds" format or a
three-digit "milliseconds" format.

Fixes: #7029
Change-Id: I67aab4fe5ee3055e5996050cf4564981413cc221
2022-04-03 14:47:52 -04:00
..
2022-03-01 09:09:02 -05:00
2022-03-28 15:58:35 -04:00
2022-03-28 15:58:35 -04:00
2019-01-06 18:23:11 -05:00
2019-01-06 18:23:11 -05:00