]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby ORM would run the wrong kind of
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Apr 2013 00:04:57 +0000 (20:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Apr 2013 00:04:57 +0000 (20:04 -0400)
commitce5cff151ad5f4d807c2655f7e44c3245552c0b6
tree330f584b70ffbeeda39e30d6fdbe566f94d4f95d
parentb19f3db87085b96e843169252d5c7e2c2d8c428b
Fixed bug whereby ORM would run the wrong kind of
query when refreshing an inheritance-mapped class
where the superclass was mapped to a non-Table
object, like a custom join() or a select(),
running a query that assumed a hierarchy that's
mapped to individual Table-per-class.
[ticket:2697]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py