[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-02-20 20:17:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/305ea84004fe/ Changeset: 305ea84004fe Branch: None User: zzzeek Date: 2015-02-20 20:14:08+00:00 Summary: - Fixed bugs in ORM object comparisons where comparison of many-to-one ``!= None`` would fail if the source were an aliased class, or if the query needed to apply special aliasing to the expression due to aliased joins or polymorphic querying; also fixed bug in the case where comparing a many-to-one to an object state would fail if the query needed to apply special aliasing due to aliased joins or polymorphic querying. fixes #3310 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/775ff3419fa0/ Changeset: 775ff3419fa0 Branch: rel_0_9 User: zzzeek Date: 2015-02-20 20:14:35+00:00 Summary: - Fixed bugs in ORM object comparisons where comparison of many-to-one ``!= None`` would fail if the source were an aliased class, or if the query needed to apply special aliasing to the expression due to aliased joins or polymorphic querying; also fixed bug in the case where comparing a many-to-one to an object state would fail if the query needed to apply special aliasing due to aliased joins or polymorphic querying. fixes #3310 (cherry picked from commit 305ea84004fe604f461cd3c9438fbc84e3d790b2) Affected #: 4 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. |