]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a regression from 0.7 caused by this ticket, which
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 May 2013 20:13:15 +0000 (16:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 May 2013 20:13:15 +0000 (16:13 -0400)
commitf574bcf98de0d30f0a28bf82aae84098157de0f4
treecde44d71de3fe100f66d04e8667c990223623b20
parentf35be1d578e89f8727cd015e90f3a3f0a43213cf
Fixed a regression from 0.7 caused by this ticket, which
made the check for recursion overflow in self-referential
eager joining too loose, missing a particular circumstance
where a subclass had lazy="joined" or "subquery" configured
and the load was a "with_polymorphic" against the base.
[ticket:2481]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/util.py
test/orm/test_eager_relations.py