[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-06-18 14:57:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a46932422b9b/ Changeset: a46932422b9b Branch: None User: zzzeek Date: 2014-06-18 16:56:23 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bab5e97b1f4/ Changeset: 4bab5e97b1f4 Branch: rel_0_9 User: zzzeek Date: 2014-06-18 16:56:52 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f9a8034ca20/ Changeset: 6f9a8034ca20 Branch: rel_0_8 User: zzzeek Date: 2014-06-18 16:56:57 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 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. |