summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-02-20 15:14:08 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-02-20 15:14:08 -0500
commit305ea84004fe604f461cd3c9438fbc84e3d790b2 (patch)
treec0bd81cf661d99f289cd26fa7b8730cccb3a5da9 /doc
parent4f63e2497020681a4f2aa5d4a28495ded008d2b2 (diff)
downloadsqlalchemy-305ea84004fe604f461cd3c9438fbc84e3d790b2.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 0da20f66e..c7bd272f2 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -16,6 +16,18 @@
.. change::
:tags: bug, orm
+ :tickets: 3310
+
+ 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.
+
+ .. change::
+ :tags: bug, orm
:tickets: 3309
Fixed bug where internal assertion would fail in the case where