[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-09 21:55:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c69fe4acf892/ Changeset: c69fe4acf892 Branch: None User: malor Date: 2013-06-09 22:49:55 Summary: Add basic support of unique constraints reflection Inspection API already supports reflection of table indexes information and those also include unique constraints (at least for PostgreSQL and MySQL). But it could be actually useful to distinguish between indexes and plain unique constraints (though both are implemented in the same way internally in RDBMS). This change adds a new method to Inspection API - get_unique_constraints() and implements it for SQLite, PostgreSQL and MySQL dialects. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/decf47a770b2/ Changeset: decf47a770b2 Branch: None User: zzzeek Date: 2013-06-09 23:39:30 Summary: Merge pull request #4 from malor/reflect_constraints Add basic support of unique constraints reflection Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/258d2a8315a1/ Changeset: 258d2a8315a1 Branch: master User: zzzeek Date: 2013-06-09 23:54:11 Summary: - get_unique_constraints() pull request - version (0.9 for now) - changelog - move the test into the test suite so that all dialects can take advantage of it Affected #: 7 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. |