mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-03 06:19:59 -04:00
33 lines
858 B
Plaintext
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
|