]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed mysql bug involving reflection of CURRENT_TIMESTAMP
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 21:44:35 +0000 (17:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 21:44:35 +0000 (17:44 -0400)
commitf3c9c87a24a5b3e6da9a33702ceee433b01f4905
tree9eb2b3052200a4b105cfc1b8fbe33d2d86d6efca
parent60197fb0f4adc738a5f73a85d9c996b1259ea9e1
- Fixed mysql bug involving reflection of CURRENT_TIMESTAMP
default used with ON UPDATE clause, thanks to
Taavi Burns [ticket:1940]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py