[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-08-10 14:08:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a7d7941d3eba/ Changeset: a7d7941d3eba Branch: None User: zzzeek Date: 2015-08-10 14:07:17+00:00 Summary: - Fixed two issues regarding Sybase reflection, allowing tables without primary keys to be reflected as well as ensured that a SQL statement involved in foreign key detection is pre-fetched up front to avoid driver issues upon nested queries. Fixes here courtesy Eugene Zapolsky; note that we cannot currently test Sybase to locally verify these changes. fixes #3508 fixes #3509 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/90327f6a9369/ Changeset: 90327f6a9369 Branch: rel_1_0 User: zzzeek Date: 2015-08-10 14:07:54+00:00 Summary: - Fixed two issues regarding Sybase reflection, allowing tables without primary keys to be reflected as well as ensured that a SQL statement involved in foreign key detection is pre-fetched up front to avoid driver issues upon nested queries. Fixes here courtesy Eugene Zapolsky; note that we cannot currently test Sybase to locally verify these changes. fixes #3508 fixes #3509 (cherry picked from commit a7d7941d3ebafd16f603785c4677e371c675d1c0) Affected #: 2 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. |