]> 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:41:38 +0000 (17:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 21:41:38 +0000 (17:41 -0400)
commit4b555cfc2bfdb17717bc0ae7a606b29b8572eec7
treea1681c5e3d21fd36062018df2c5231984b188edc
parentcf923ca21c1eaa80cf05441e0cd579c6a6a4c246
- [bug] Fixed bug whereby populate_existing
option would not propagate to subquery
eager loaders.  [ticket:2497].
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/test_subquery_relations.py