]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2005 02:24:07 +0000 (02:24 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Sep 2005 02:24:07 +0000 (02:24 +0000)
TODO

diff --git a/TODO b/TODO
index e06fb89516df5ee9f1e35d66956c1c8b42eed71c..46c636c64b7aa989e81aee67d5ab1ecaabd2b763 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,9 @@
 TODO:
 
 
-table reflection, i.e. create tables with autoload = True
-
 mapper can take a row-processing/object instantiating function, without expensive construction
 
-lazy/eager loaders added to mapper via a list instaed of dictionary
+lazy/eager loaders added to mapper via a list instaed of dictionary (do we ?)
 
 clean up select test suite
 
@@ -13,9 +11,7 @@ horizontal lazy/eager loaders for one object across tables - add it to existing
 this will add a lot to SmartProperty since it needs to support a list of properties that all trigger
 one lazy loader
 
-unit of work ?
-
-deletion of objects
+simple table inheritance
 
 Oracle module