]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Slightly changed behavior of IN operator for comparing to empty collections. Now...
authorAnts Aasma <ants.aasma@gmail.com>
Mon, 20 Oct 2008 20:41:09 +0000 (20:41 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Mon, 20 Oct 2008 20:41:09 +0000 (20:41 +0000)
commit11619ad8eeb137efd84bda67d34414c3c3e00080
treeb6f0265f2d81b2497e4fd2f4d3dc53bf23112ac3
parent9dd05715de7e673b5ab4af8eb84b719f8d5e66ff
Slightly changed behavior of IN operator for comparing to empty collections. Now results in inequality comparison against self. More portable, but breaks with stored procedures that aren't pure functions.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/query.py
test/sql/select.py