]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in query.options() whereby a path
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Mar 2011 20:22:25 +0000 (16:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 Mar 2011 20:22:25 +0000 (16:22 -0400)
commitcec64cf86d12cabb2dc8026a7cff50e5308923d5
tree73392baae56da64942b9bd8303ff03da9d40cdd5
parent4d7f2423ff21b536f382a87db05671a5328e57e4
- Fixed bug in query.options() whereby a path
applied to a lazyload using string keys could
overlap a same named attribute on the wrong
entity.  Note 0.6 has a more conservative fix
to this.  [ticket:2098]
CHANGES
lib/sqlalchemy/orm/interfaces.py
test/orm/test_eager_relations.py
test/orm/test_query.py