mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-19 10:37:54 +08:00
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
Things to Do
|
|
------------
|
|
|
|
. 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
|
|
. 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
|
|
. Get autoconf working
|
|
. Check out text file unixODBC driver to see if it can be adapted to use
|
|
libmdb (it already has a SQL parser).
|