patches from Karl and Carl

This commit is contained in:
brianb
2000-03-14 00:53:17 +00:00
parent a1514812cf
commit cf19a9f85f
4 changed files with 45 additions and 29 deletions

13
TODO
View File

@@ -1,11 +1,12 @@
Things to Do
------------
. Implement code for reading data rows
. Complete list of datatypes
. Figure out how to properly determine fixed of variable length columns
. 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 > 256
. Write schema-export utility supporting different backend databases
. Write data-export utility supporting different backend databases
. 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).