Files
sqlalchemy/TODO
T
Mike Bayer 22d6c90247
2005-08-09 03:54:45 +00:00

35 lines
640 B
Plaintext

TODO:
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
MySQL module
INSERT from a SELECT