]> 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:35:23 +0000 (15:35 -0400)
commit4b1ca23027493d8d1b7ea48d4585699b0d126d16
tree05405684f00be950d57eede078ad2b549f7bd4d1
parente71c84729dec144935804500ae7dca5a96c4422a
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]

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/util/_collections.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/util/_collections.py