]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Related to :ticket:`3060`, an adjustment has been made to the unit
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 May 2014 05:32:53 +0000 (01:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 30 May 2014 05:32:53 +0000 (01:32 -0400)
commit69dbcdd0ebf8de81643c038276fcc822a7b0bd0b
treeb6cc4a9e12f8ac04b164068d4df8096475b755e2
parent2c8689fd141c278a7bbc250087e553b76a515bc6
- Related to :ticket:`3060`, an adjustment has been made to the unit
of work such that loading for related many-to-one objects is slightly
more aggressive, in the case of a graph of self-referential objects
that are to be deleted; the load of related objects is to help
determine the correct order for deletion if passive_deletes is
not set.
- revert the changes to test_delete_unloaded_m2o, these deletes do in fact
need to occur in the order of the two child objects first.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/base.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
test/orm/test_unitofworkv2.py