]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
make auto-correlation the same for Query & select()
authorDiana Clarke <diana.joan.clarke@gmail.com>
Tue, 3 Apr 2012 01:42:17 +0000 (21:42 -0400)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Tue, 3 Apr 2012 01:42:17 +0000 (21:42 -0400)
commit8b16cd876cb157d6f06863f2e345ff3e1d56972f
treee314f2185f5936cbf2408472d68b142e9af360dc
parent47a799ecd5d03b78e5d67918302c0da2950d27b8
make auto-correlation the same for Query & select()
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_froms.py