]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :meth:`.Operators.notin_` operator added in 0.8 now properly
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2013 18:28:45 +0000 (13:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2013 18:28:45 +0000 (13:28 -0500)
commit34ef21909bd6ed3574e37c345ca9e10761f087bd
tree070bc12f5a9fe9664054997822a410c9cfeee09b
parentfe34b4ee63d498d385ab029dcee966de9f0203ec
- The :meth:`.Operators.notin_` operator added in 0.8 now properly
produces the negation of the expression "IN" returns
when used against an empty collection.  Also in 0.8.3.
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/expression.py
test/sql/test_operators.py