[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-02-20 00:14:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/25831872db7f/ Changeset: 25831872db7f Branch: None User: zzzeek Date: 2014-02-20 01:04:04 Summary: - Fixed bug in SQLite "join rewriting" where usage of an exists() construct would fail to be rewritten properly, such as when the exists is mapped to a column_property in an intricate nested-join scenario. #2967 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69d1d08dc398/ Changeset: 69d1d08dc398 Branch: None User: zzzeek Date: 2014-02-20 01:12:40 Summary: - re: #2967, also fixed a somewhat related issue where join rewriting would fail on the columns clause of the SELECT statement if the targets were aliased tables, as opposed to individual aliased columns. 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. |