]> 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:25:35 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 23:25:35 +0000 (19:25 -0400)
commit668991a7ed3a46e29ab76cd0278b021e5190b103
treeb15a912e26af60a5f5134c94baffa560b1915276
parent63dbed1fd7421fd4f5cbf0bb2773f7faa8359651
- Fixed subtle bug that caused SQL to blow
up if: column_property() against subquery +
joinedload + LIMIT + order by the column
property() occurred.  [ticket:2188].
Also in 0.6.9
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/util.py
test/orm/test_eager_relations.py
test/sql/test_selectable.py