]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The :meth:`.ColumnOperators.in_` operator will now coerce
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 21:17:58 +0000 (16:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 2 Feb 2013 21:17:58 +0000 (16:17 -0500)
commitcb19f227f31701322f398b5bdd77427dfc81da0d
tree644fb3803e3948888b61ff5b4af804615c66ee8a
parentda3d817f3624d5f631956e33d92799572f47e52f
The :meth:`.ColumnOperators.in_` operator will now coerce
values of ``None`` to :func:`.null`.
[ticket:2496]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/expression.py
test/dialect/test_mssql.py
test/sql/test_operators.py