diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-12 21:52:54 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-07-12 21:53:28 -0400 |
| commit | 2edc13a6b82b264beba0b20f96f252d7b7a96f28 (patch) | |
| tree | 80d1c4c3c3d56eadfb0b0c29f67f1946b94c6c2a /doc | |
| parent | 3c363e125c461d08e9fe4a73ac8c5a3aa741eac6 (diff) | |
| download | sqlalchemy-2edc13a6b82b264beba0b20f96f252d7b7a96f28.tar.gz | |
The newly added SQLite DATETIME arguments storage_format and
regexp apparently were not fully implemented correctly; while the
arguments were accepted, in practice they would have no effect;
this has been fixed.
[ticket:2781]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index a7d28430a..55fd7949a 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :version: 0.8.3 .. change:: + :tags: bug, sqlite + :tickets: 2781 + + The newly added SQLite DATETIME arguments storage_format and + regexp apparently were not fully implemented correctly; while the + arguments were accepted, in practice they would have no effect; + this has been fixed. + + .. change:: :tags: bug, sql, postgresql :tickets: 2780 |
