]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a potential issue in an ordered sequence implementation used
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 19:34:23 +0000 (15:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 Aug 2013 19:34:23 +0000 (15:34 -0400)
commit676876f4668520af267d7db883d9486a8924b320
tree24656c990a2f9bec54e8e2e3730a1ddc4d77c304
parentc5792c277bb658974baff9ddb5c00e589de10c99
Fixed a potential issue in an ordered sequence implementation used
by the ORM to iterate mapper hierarchies; under the Jython interpreter
this implementation wasn't ordered, even though cPython and Pypy
maintained ordering.  Also in 0.8.3.
[ticket:2794]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/util/_collections.py