]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug apparent only in Python 3 whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jul 2011 15:45:30 +0000 (11:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jul 2011 15:45:30 +0000 (11:45 -0400)
commit5abc41127890e92facab2dc202f365a374d2394b
treeda2d0794b481b4a110132c464c2f1d01dbeb761f
parenta3705cd17b647de71ea8adc662f6e6808c37518b
- Fixed bug apparent only in Python 3 whereby
sorting of persistent + pending objects during
flush would produce an illegal comparison,
if the persistent object primary key
is not a single integer.  [ticket:2228]
Also in 0.6.9
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/state.py
test/orm/test_mapper.py