[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-23 15:33:08
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/902962292091/ Changeset: 902962292091 Branch: None User: malor Date: 2013-06-23 09:35:46 Summary: Improve _test_get_unique_constraints() Call eq_() in a loop instead of comparing two lists directly. This makes it much easier to find out which element is not equal to the reference value. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1ad06ea42c69/ Changeset: 1ad06ea42c69 Branch: None User: malor Date: 2013-06-23 09:42:03 Summary: Fix unique constraints reflection in SQLite If SQLite keywords are used as column names, they are quoted. The code parsing the information about table unique constraints should be modified so that it properly removes double-quotes from column names. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3a80bf0d504c/ Changeset: 3a80bf0d504c Branch: None User: malor Date: 2013-06-23 12:35:19 Summary: Fix unique constraints reflection in PostgreSQL Reflection of unique constraints must preserve the order of columns. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/907b5f72dd78/ Changeset: 907b5f72dd78 Branch: None User: zzzeek Date: 2013-06-23 17:31:57 Summary: Merge pull request #11 from malor/fix_uc_reflection Fix unique constraints reflection in SQLite and PostgreSQL Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/977678a7734d/ Changeset: 977678a7734d Branch: master User: zzzeek Date: 2013-06-23 17:32:34 Summary: ticket #1443 is for unique constraint reflection 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. |