]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Propagate kwargs to all MySQL CAST paths
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Aug 2016 16:34:55 +0000 (12:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Aug 2016 16:34:55 +0000 (12:34 -0400)
commitaf6f4ab938f1ef66491cf239c91ffff393275d95
treee61fcade57851acab0420679881413a6e6456a75
parentce1492ef3aae692a3dc10fff400e178e7b2edff8
Propagate kwargs to all MySQL CAST paths

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