]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- also added proxying of save_or_update to scoped sessions.
authorAnts Aasma <ants.aasma@gmail.com>
Wed, 31 Oct 2007 16:30:06 +0000 (16:30 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Wed, 31 Oct 2007 16:30:06 +0000 (16:30 +0000)
commit5a1863d092e07ae1d052af54eb0ac7a46400e399
tree27a0e95f39814980a44006c2380ebaf530e3f372
parent3426d50d0c230d0de898d8c06c87c344e454081f
- also added proxying of save_or_update to scoped sessions.
- session.update() raises an error when updating an instance that is already in the session with a different identity
- adjusted zoomarks lower limits so I can get a nice clean run
CHANGES
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py
test/orm/assorted_eager.py
test/orm/session.py
test/orm/unitofwork.py
test/profiling/zoomark.py
test/zblog/tests.py