[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-08 18:39:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4cc9d482ae8e/ Changeset: 4cc9d482ae8e Branch: None User: malor Date: 2013-06-08 19:56:28 Summary: Fix using of 'mysql_length' for composite indexes Currently, one can specify the prefix length for an index column using 'mysql_length' keyword argument when creating an Index instance. But in case of composite indexes the prefix length value is applied only to the last column. Extend the existing API in way so that 'mysql_length' argument value can be either: - an integer specifying the same prefix length value for each column of an index - a (column_name --> integer value) mapping specifying the prefix length value for each column of an index separately Fixes issue #2704. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8bf1d3fd4e56/ Changeset: 8bf1d3fd4e56 Branch: master User: zzzeek Date: 2013-06-08 20:39:17 Summary: Merged in malor/sqlalchemy (pull request #1) Fix using of 'mysql_length' for composite indexes Affected #: 2 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. |