]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove the ``__iter__()`` with notimplemented since it interferes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:32:12 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 20:32:12 +0000 (16:32 -0400)
commitd993bdeac8674db88efb3c400b4a505c8f97af9e
treedafd15d9e15bf6068a4f76a91bbaafac6ddde785
parentf8325d9dbb52d0da140f3403ce915645ae4a5a9c
- remove the ``__iter__()`` with notimplemented since it interferes
with legitimate iterable detection, [ticket:2726]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/operators.py
test/sql/test_operators.py