]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove MySQL UTC_TIMESTAMP rule
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Apr 2017 14:11:41 +0000 (10:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Apr 2017 14:11:41 +0000 (10:11 -0400)
commitc0b85ad6ad1df2497a95c87d837c32d87f17291f
tree1d561d74d3b64faa5519fd2fc6e63d605c4c1543
parente3b4042c9c5f05e1354dc5ab87803026a757fcfc
Remove MySQL UTC_TIMESTAMP rule

Removed an ancient and unnecessary intercept of the UTC_TIMESTAMP
MySQL function, which was getting in the way of using it with a
parameter.

Change-Id: I6e6b52c051418bcb9d31987e78299310810cb78d
Fixes: #3966
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py
test/dialect/mysql/test_dialect.py