]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added test of synchronize_session='fetch' on rows which are not already in the sessio...
authorScott Torborg <storborg@mit.edu>
Sat, 10 Nov 2012 23:01:30 +0000 (15:01 -0800)
committerScott Torborg <storborg@mit.edu>
Sat, 10 Nov 2012 23:01:30 +0000 (15:01 -0800)
commit52e8dcda6d8600f8c6b32fcd0b69920bad43c45b
treef899184c146e94169d73e6e2534ce98f7441f178
parent607af882c35d0e37dbc2548e8cfb5b9b30df3032
added test of synchronize_session='fetch' on rows which are not already in the session, and patch to fix failure
lib/sqlalchemy/orm/persistence.py
test/orm/test_update_delete.py