Files
sqlalchemy/test/orm
Mike Bayer 69dbcdd0eb - Related to 🎫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.
2014-05-30 01:32:53 -04:00
..
2013-04-27 19:53:57 -04:00
2013-04-27 19:53:57 -04:00
2014-03-19 11:47:58 -04:00
2013-04-27 19:53:57 -04:00
2013-10-08 10:42:13 -04:00
2013-10-25 18:04:22 -04:00
2014-05-24 14:54:07 -04:00