]> 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:29:19 +0000 (13:29 -0500)
commit3302187fea0ffd431b980081e7bc483ea364da2b
treee48b2ff8c6874eac9b1335f0bed4a7f3f678f4c6
parent8aa5631107287e5b34cf2e50d2672fbc8063a1b4
- 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
lib/sqlalchemy/sql/expression.py
test/sql/test_operators.py