Fixed some doc.

Reverted to Access datatype names in table.c
This commit is contained in:
brianb
2000-03-09 03:01:41 +00:00
parent 2475fae882
commit 74aca167d5
3 changed files with 24 additions and 16 deletions

11
TODO Normal file
View File

@@ -0,0 +1,11 @@
Things to Do
------------
. Implement code for reading data rows
. Complete list of datatypes
. Figure out how to properly determine fixed of 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