Files
mdbtools/TODO

13 lines
502 B
Plaintext
Raw Normal View History

Things to Do
------------
2000-03-14 00:53:17 +00:00
. Complete the list of datatypes
. Figure out how to properly determine fixed or variable length columns
. Figure out how NULLs are stored in data rows
2000-03-14 00:53:17 +00:00
. Figure out what happens for varchar columns starting at > 256
. Modify mdb-schema utility support different backend databases
. Modify mdb-export to handle different delimiters/options
2000-03-12 01:21:05 +00:00
. Get autoconf working
2000-03-14 00:53:17 +00:00
. Check out text file unixODBC driver to see if it can be adapted to use
libmdb (it already has a SQL parser).