[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-09 20:29:55
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03038f7e7550/ Changeset: 03038f7e7550 Branch: None User: zzzeek Date: 2015-02-09 20:08:52+00:00 Summary: - flake8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b468f29bf55d/ Changeset: b468f29bf55d Branch: rel_0_9 User: zzzeek Date: 2015-02-09 20:09:09+00:00 Summary: - flake8 (cherry picked from commit 03038f7e75500e7d5388dedd79d9b35e01b3a677) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ad236127c06/ Changeset: 1ad236127c06 Branch: None User: zzzeek Date: 2015-02-09 20:29:14+00:00 Summary: - A warning is emitted when :func:`.cast` is used with the MySQL dialect on a type where MySQL does not support CAST; MySQL only supports CAST on a subset of datatypes. SQLAlchemy has for a long time just omitted the CAST for unsupported types in the case of MySQL. While we don't want to change this now, we emit a warning to show that it's taken place. A warning is also emitted when a CAST is used with an older MySQL version (< 4) that doesn't support CAST at all, it's skipped in this case as well. fixes #3237 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |