]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed subtle bug that caused SQL to blow
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 23:44:52 +0000 (19:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 23:44:52 +0000 (19:44 -0400)
commite1f6d074c4cc447689c7d23d399bc57779212a73
tree4405f05cee7e02abdba096baa7791f55aa1600a8
parent0ef1ac8d43f870ee084624fc554bee8408ef934b
  - Fixed subtle bug that caused SQL to blow
    up if: column_property() against subquery +
    joinedload + LIMIT + order by the column
    property() occurred.  [ticket:2188].
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/test/testing.py
test/orm/test_eager_relations.py
test/sql/test_selectable.py