Files
sqlalchemy/test/sql
Mike Bayer e0a580b3d0 - 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
2016-02-02 10:20:54 -05:00
..
2015-03-18 21:38:57 -07:00
2015-10-29 14:38:34 -04:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:06 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:04 -05:00