Files
sqlalchemy/TODO
T
Mike Bayer ac3500edae
2005-09-07 05:33:15 +00:00

29 lines
582 B
Plaintext

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
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
unit of work ?
deletion of objects
Oracle module
Postgres module
MySQL module
INSERT from a SELECT