]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added unit test for the old commit that was in [changeset:1186]. modified its behavi...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 23:43:20 +0000 (23:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 23:43:20 +0000 (23:43 +0000)
commite2198009080028d9e4bbce840bb5bc7536910a6e
tree07c57bbac164b2948a6c79cbbeaa9c5071883c45
parent66528a7264be790cfc1c332624dd5c470e47b341
added unit test for the old commit that was in [changeset:1186].  modified its behavior a bit to not delete private relationships unless they were already marked as deleted at the attribute manipulation level.  got "switching" behavior from one private relationship to another to work, added a unit test for that.
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/mapping/unitofwork.py
test/objectstore.py