diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-13 22:55:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-09-13 22:55:54 -0400 |
commit | 03523970d993b06ff8bed86e2af3ea153cd6112b (patch) | |
tree | ff3f50c5c3c3b6698599155fc4e9786c1f20d07d /lib/sqlalchemy/engine/base.py | |
parent | 2ed6f06329a7bb2f780aebc467a72321dfb5c204 (diff) | |
download | sqlalchemy-03523970d993b06ff8bed86e2af3ea153cd6112b.tar.gz |
- Fixed bug that would prevent "subqueryload" from
working correctly with single table inheritance
for a relationship from a subclass - the "where
type in (x, y, z)" only gets placed on the inside,
instead of repeatedly.
- When using from_self() with single table inheritance,
the "where type in (x, y, z)" is placed on the outside
of the query only, instead of repeatedly. May make
some more adjustments to this.
Diffstat (limited to 'lib/sqlalchemy/engine/base.py')
0 files changed, 0 insertions, 0 deletions