[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-10-30 14:36:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eee219bc7e06/ Changeset: eee219bc7e06 Branch: None User: zzzeek Date: 2013-10-30 15:34:31 Summary: - Fixed a regression introduced by :ticket:`2818` where the EXISTS query being generated would produce a "columns being replaced" warning for a statement with two same-named columns, as the internal SELECT wouldn't have use_labels set. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2576b5cdfb09/ Changeset: 2576b5cdfb09 Branch: rel_0_8 User: zzzeek Date: 2013-10-30 15:34:57 Summary: - Fixed a regression introduced by :ticket:`2818` where the EXISTS query being generated would produce a "columns being replaced" warning for a statement with two same-named columns, as the internal SELECT wouldn't have use_labels set. 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. |