[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-08 18:57:31
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a80bb5393484/ Changeset: a80bb5393484 Branch: None User: zzzeek Date: 2013-06-08 20:47:04 Summary: - changelog for [ticket:2704] - use an isinstance() check, concerned a TypeError might be indiscriminate Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d4bb7c21334/ Changeset: 5d4bb7c21334 Branch: master User: zzzeek Date: 2013-06-08 20:49:56 Summary: most of these dialect=mysql.dialect() calls are redundant Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1b231ff27107/ Changeset: 1b231ff27107 Branch: None User: malor Date: 2013-06-08 20:54:42 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/3f6006953eed/ Changeset: 3f6006953eed Branch: None User: zzzeek Date: 2013-06-08 20:56:00 Summary: - changelog for [ticket:2704] - use an isinstance() check, concerned a TypeError might be indiscriminate Conflicts: doc/build/changelog/changelog_09.rst Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/614e8dc61780/ Changeset: 614e8dc61780 Branch: rel_0_8 User: zzzeek Date: 2013-06-08 20:56:20 Summary: most of these dialect=mysql.dialect() calls are redundant Affected #: 1 file 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. |