1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
$Id: TODO,v 1.12 2004/01/13 09:25:07 dap24 Exp $
libdbi-drivers unified doc build
libdbi-drivers auto* craziness (RPATH)
don kinzer's native win32
peter macdonald's static driver linkage
marc herbert's driver makefile cleanup?
everything in leo's email
- add a pkg-config thingy
- go through the rest of this todo and remove stuff that's done
- ability to completely disjoin result sets
- prepared statements!
- table introspection
- add binding by index, mass-field functions by index
- more sanity checking in get and get_idx functions
- revamp error handling
- tweak print DSSSL to shade ProgramListing content
- plugins:
* msql
* oracle
* ODBC ?
* others?
- finish plugin author's guide
- determine datatype information (how many bits an 'int' is, etc. mainly for portability to non-lintel systems)
--
int -> long, ulonglong portable?
create result without row count, -1 for rowcount accessors
_get_field_info -> query, not firstrow
|