]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- mysql [bug] Fixed bug whereby if cast() is used
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Apr 2012 16:08:32 +0000 (12:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Apr 2012 16:08:32 +0000 (12:08 -0400)
commitfdda4b0e018f8c1a869411b7ed31387ea90cb082
tree05791a5c57b22b6f48517e9a65bdeb46bb14dc15
parentad9c893dc81704de7adca8635fb870de5952305b
- mysql [bug] Fixed bug whereby if cast() is used
on a SQL expression whose type is not supported
by cast() and therefore CAST isn't rendered by
the dialect, the order of evaluation could change
if the casted expression required that it be
grouped; grouping is now applied to those
expressions.  [ticket:2467]
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
test/dialect/test_mysql.py