]> 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:50:26 +0000 (11:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Jul 2011 15:50:26 +0000 (11:50 -0400)
commit3d28c2baf6d8ec6efe57fa2296a923da7e7706fc
tree9e520ff7f9be1649554d8031b88821a20ed415bf
parent37c939eb6d6110ff83d1a75ad5aaea0a3185bffb
- 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]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/state.py
test/orm/test_mapper.py