]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] with_polymorphic() produces JOINs
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2012 04:08:55 +0000 (00:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Aug 2012 04:08:55 +0000 (00:08 -0400)
commitb99480aac23fdd4e0ef3633703ca5b32ea49805a
tree9916ba5a34b365e073eb38a4d46222ebbbb25151
parent2cc7d704be011ebf16181f67da27096a603e2a12
- [bug] with_polymorphic() produces JOINs
in the correct order and with correct inheriting
tables in the case of sending multi-level
subclasses in an arbitrary order or with
intermediary classes missing.  [ticket:1900]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py