]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby comparison of column
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Jun 2011 00:35:37 +0000 (20:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 Jun 2011 00:35:37 +0000 (20:35 -0400)
commiteaa7aa4239af4f42cdb8b370120d1538c6704d6b
tree6feae048956d33afb6f09ab28478079b1c4410ec
parentd326fe639ba3bb938a1db5c99de94a6ddfc030e5
- Fixed bug whereby comparison of column
expression to a Query() would not call
as_scalar() on the underlying SELECT
statement to produce a scalar subquery,
in the way that occurs if you called
it on Query().subquery(). [ticket:2190]
- some cleanup to test.orm.test_query
CHANGES
lib/sqlalchemy/sql/expression.py
test/orm/test_query.py