Files
sqlalchemy/test/sql
Mike Bayer 69f6a8d714 - Fixed issue where inadvertent use of the Python `__contains__`
override with a column expression (e.g. by using ``'x' in col``)
would cause an endless loop in the case of an ARRAY type, as Python
defers this to ``__getitem__`` access which never raises for this
type.  Overall, all use of ``__contains__`` now raises
NotImplementedError.
fixes #3642

(cherry picked from commit e0a580b3d0)
2016-02-02 10:41:01 -05:00
..
2015-03-18 21:38:57 -07:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:48 -04:00
foo
2015-03-08 11:34:14 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:21 -05:00