]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Sep 2005 04:06:42 +0000 (04:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Sep 2005 04:06:42 +0000 (04:06 +0000)
lib/sqlalchemy/objectstore.py

index a5b1dbb0719fc612043be2f7183cb7ab7ddf27a6..0fb44f05cd0a42e285b116fa74cb3edef7c372f3 100644 (file)
@@ -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, [])