]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
clarifying some cascade-based unit tests, adding a little more coverage,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2007 01:54:34 +0000 (01:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2007 01:54:34 +0000 (01:54 +0000)
commitf8e8161cc97917b3d1f579943a860786ea4e151c
tree16acf3db21621afa5e498aa77cb741e5940d2dcc
parent591b1d975b4d9469b56a9621c0863b2edd2a5b32
clarifying some cascade-based unit tests, adding a little more coverage,
and trying to remove unneeded parts of dependency.py cascades.
also de-emphasizing the whole session.flush([oneobject]) thing since i dont really
agree it should be supported
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/cascade.py
test/orm/session.py
test/orm/unitofwork.py