[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-02-13 20:22:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/036cb93abfb4/ Changeset: 036cb93abfb4 Branch: None User: zzzeek Date: 2014-02-13 21:19:12 Summary: - 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] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b87935ed4409/ Changeset: b87935ed4409 Branch: rel_0_8 User: zzzeek Date: 2014-02-13 21:21:28 Summary: - 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] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |