]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2005 03:54:45 +0000 (03:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2005 03:54:45 +0000 (03:54 +0000)
TODO

diff --git a/TODO b/TODO
index 441354325920c9e72d74472b5a6c35f946e0592d..371f31c8b44eda3747f590d16d5bbb06378bd7a8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,28 @@
 TODO:
 
-correlated subquery support, plus clauses like EXISTS, IN, etc:
-
-    select foo from lala where g = (select x from y where lala.xx = y.bar)
-    select foo from lala where exists (select x from y where lala.xx = y.bar)
 
 table reflection, i.e. create tables with autoload = True
 
 sequences/autoincrement support
 
+mapper can take a row-processing/object instantiating function, without expensive construction
+
+lazy/eager loaders added to mapper via a list instaed of dictionary
+
+clean up select test suite
+
+horizontal lazy/eager loaders for one object across tables - add it to existing lazy/eager loader
+this will add a lot to SmartProperty since it needs to support a list of properties that all trigger
+one lazy loader
+
+saving !
+
+unit of work ?
+
+identity map - more like fowlers
+
+
+
 Oracle module
 
 Postgres module