]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :class:`.IdentityMap` exposed from :class:`.Session.identity`
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Aug 2014 19:13:13 +0000 (15:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Aug 2014 19:13:13 +0000 (15:13 -0400)
commit652a24f0303b9bb0e7a326b05709d7660793f90b
tree03e06b27403ae76d12fbd564291a52ae5f35f0f1
parent5a68f856daee59caf4c9da7d06880eada9d70302
- The :class:`.IdentityMap` exposed from :class:`.Session.identity`
now returns lists for ``items()`` and ``values()`` in Py3K.
Early porting to Py3K here had these returning iterators, when
they technically should be "iterable views"..for now, lists are OK.
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/identity.py