]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772]
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 22:35:49 +0000 (18:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Apr 2010 22:35:49 +0000 (18:35 -0400)
commitd72b327786d663b3954df345c6afc30e8e6f91fc
treed0619c16728b234c11f71cba2d9d8909877b4db0
parent3bd09e291b8c9920b043f41438c636bf5bbaeef3
- don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772]
lib/sqlalchemy/orm/unitofwork.py
test/orm/test_unitofworkv2.py