Fixups for version 0.1

This commit is contained in:
brianb
2000-03-19 13:57:08 +00:00
parent f009565993
commit ad4d17cfe9
8 changed files with 93 additions and 24 deletions

6
TODO
View File

@@ -3,10 +3,12 @@ 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
. Get automake working
. Check out text file unixODBC driver to see if it can be adapted to use
libmdb (it already has a SQL parser).
. Straighten out which functions in libmdb are meant to be used and which ones
should be static.
. Create an API reference for libmdb (maybe some man pages).