From 22d6c902476a18d87ada0033b4e5269db60f3c07 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 9 Aug 2005 03:54:45 +0000 Subject: [PATCH] --- TODO | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 4413543259..371f31c8b4 100644 --- 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 -- 2.47.2