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

index 7a2b80b3a8462c7b86b15864560aa3e1914268ab..d6510e28627f09c2dd4d9356450aa2aa796bd141 100644 (file)
@@ -195,6 +195,7 @@ class UnitOfWork(object):
     def commit(self):
         import sqlalchemy.mapper
         
+        # TODO: make some kinds of coherent objects here instead of tuples
         self.dependencies = {}
         objects = []