diff options
Diffstat (limited to 'doc/build/changelog/changelog_05.rst')
-rw-r--r-- | doc/build/changelog/changelog_05.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_05.rst b/doc/build/changelog/changelog_05.rst index 04ab11dca..fd6fbeaec 100644 --- a/doc/build/changelog/changelog_05.rst +++ b/doc/build/changelog/changelog_05.rst @@ -3519,7 +3519,7 @@ makes SQLA's SQLite date type compatible with datetimes that were saved directly using Pysqlite (which just calls str()). Note that this is incompatible with the existing microseconds - values in a SQLA 0.4 generated SQLite database file. + values in an SQLA 0.4 generated SQLite database file. To get the old behavior globally: |