]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where :meth:`.in_()` would go into an endless loop if
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2014 20:19:12 +0000 (15:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2014 20:21:28 +0000 (15:21 -0500)
commitb87935ed4409cb57a88d5e84d4280d8f97be13ee
treecc096b77e03edda72afc646c21a3e81add5643d6
parent50d60cfb994523176c26d3b25bd8fb282869b100
- Fixed bug where :meth:`.in_()` would go into an endless loop if
erroneously passed a column expression whose comparator included
the ``__getitem__()`` method, such as a column that uses the
:class:`.postgresql.ARRAY` type. [ticket:2957]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/expression.py
test/sql/test_operators.py