]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The newly added SQLite DATETIME arguments storage_format and
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Jul 2013 01:52:54 +0000 (21:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Jul 2013 01:53:28 +0000 (21:53 -0400)
commit2edc13a6b82b264beba0b20f96f252d7b7a96f28
tree80d1c4c3c3d56eadfb0b0c29f67f1946b94c6c2a
parent3c363e125c461d08e9fe4a73ac8c5a3aa741eac6
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]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py