]> 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:19:12 +0000 (15:19 -0500)
commit036cb93abfb44f4ab7fdb125eaaf2597a95a0187
tree2be5b3a5cb535d6397979dd479ea94ed7a38414d
parent4a79bc578c67297c707a00d8fafaba533e2833d9
- 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/default_comparator.py
test/sql/test_operators.py