]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby populate_existing
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 21:40:15 +0000 (17:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 21:40:15 +0000 (17:40 -0400)
commit3db5ddfdac37bf4306c11aab5decc1b0aaa90cf8
tree2502044bfcccd076014974ccf6056d61e359273e
parent1ac57f0b52e3e89097129931d46ebbbb39ee7927
- [bug] Fixed bug whereby populate_existing
option would not propagate to subquery
eager loaders.  [ticket:2497].  Also
in 0.7.8.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py