[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-03 20:02:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8458ab96b1b/ Changeset: e8458ab96b1b Branch: None User: malor Date: 2013-12-03 20:59:50 Summary: - backport unique constraints reflection to 0.8.4, thereby assisting with alembic installations that have upgraded and are dealing with PG index/unique constraint 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 #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bddf55fef6d6/ Changeset: bddf55fef6d6 Branch: None User: zzzeek Date: 2013-12-03 21:01:34 Summary: - reflection of unique constraints backported to 0.8.4 [ticket:1443] 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. |