From: Mike Bayer Date: Tue, 13 Sep 2005 04:06:42 +0000 (+0000) Subject: (no commit message) X-Git-Tag: rel_0_1_0~753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b6a60a1675ed15f8dbde1b3b861ba7aecf3500;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git --- diff --git a/lib/sqlalchemy/objectstore.py b/lib/sqlalchemy/objectstore.py index a5b1dbb071..0fb44f05cd 100644 --- a/lib/sqlalchemy/objectstore.py +++ b/lib/sqlalchemy/objectstore.py @@ -247,6 +247,8 @@ class UnitOfWork(object): # TODO: figure some way to process dependencies without saving a lead item, # for the case when a list changes within a many-to-many + # also break save_obj into a list of tasks that are more SQL-specific + # generally, make this whole thing more straightforward and generic-'task' oriented for mapper in mapperlist: obj_list = mappers[mapper] deplist = self.dependencies.get(mapper, [])