Files
sqlalchemy/TODO
T
Mike Bayer cc39e49c40
2005-09-22 04:05:08 +00:00

33 lines
858 B
Plaintext

TODO:
mapper can take a row-processing/object instantiating function, without expensive construction
lazy/eager loaders added to mapper via a list instaed of dictionary (do we ?)
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
simple table inheritance
Oracle module
Postgres module
MySQL module
INSERT from a SELECT
extension types, like pickle type, user-defined types
generator functions returned from select() to handle [:] slices dynamically ?
make ResultProxy standard return value, get cursor accessible off of it and metadata stuff optional
figure out why metadata doesnt work for sqllite row
type bind param handling and result row handling