]> 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:44:00 +0000 (10:44 -0400)
commit1729f4a05135d5a90afcf0e70726a62591da05ce
tree0300f1c6e8f691ace10281f1f4c28fa73b82fad8
parentf1ffcc717fdf59c7f1a4bf124c9e701bbb2c2b5a
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
(cherry picked from commit c0b85ad6ad1df2497a95c87d837c32d87f17291f)
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/mysql/test_compiler.py
test/dialect/mysql/test_dialect.py