[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-14 00:35:16
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/91af73378786/ Changeset: 91af73378786 Branch: None User: jon_nelson Date: 2014-12-13 23:34:50+00:00 Summary: - fix unique constraint parsing for sqlite -- may return '' for name, however Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/85c04dd0bb9d/ Changeset: 85c04dd0bb9d Branch: None User: jon_nelson Date: 2014-12-13 23:34:50+00:00 Summary: - add test_get_unnamed_unique_constraints to SQLite reflection tests Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5b146e1bab7b/ Changeset: 5b146e1bab7b Branch: None User: jon_nelson Date: 2014-12-13 23:34:51+00:00 Summary: - add tentative 'changelog' documentation on #3244 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/468db416dbf2/ Changeset: 468db416dbf2 Branch: None User: zzzeek Date: 2014-12-14 00:24:56+00:00 Summary: - rework sqlite FK and unique constraint system to combine both PRAGMA and regexp parsing of SQL in order to form a complete picture of constraints + their names. fixes #3244 fixes #3261 - factor various PRAGMA work to be centralized into one call Affected #: 5 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. |