]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- some cleanup to the unitofwork test suite (needs much more)
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Feb 2007 02:07:06 +0000 (02:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Feb 2007 02:07:06 +0000 (02:07 +0000)
commit40a29d198ab9a6e1e09c2eac8bff311c8a5def28
treedde0f6639925e04d9d4fbeaab42251d173743bd4
parent66a74c136fbb16e81efeb3e4e42c8e6dc7519dd1
- some cleanup to the unitofwork test suite (needs much more)
- fixed relationship deletion error when one-to-many child item is moved to a new
  parent in a single unit of work [ticket:478]
CHANGES
lib/sqlalchemy/orm/dependency.py
test/orm/unitofwork.py
test/tables.py