]> 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:52:54 +0000 (21:52 -0400)
commit63488b2d1ea47d30db23e3e5659917fcb4ad027a
tree4d15edf3bdf59d7c356cea084fdbd8f51ad2184e
parentd08a6d291d08e416853503f2f8cc19a5301a4b6b
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.  Also in 0.8.3.
[ticket:2781]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py