]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby the source clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 22:03:22 +0000 (18:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jul 2011 22:03:22 +0000 (18:03 -0400)
commit78255276181d39ea74d850ad8fad31d11ff98fdf
tree4d9f6728ca9af4232b21b157c7938e8f68e6dcd7
parent105e7636b72347428373ae08ab3f8cef5986879e
  - Fixed bug whereby the source clause
    used by query.join() would be inconsistent
    if against a column expression that combined
    multiple entities together.  [ticket:2197]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py