Update TODO to reflect status of multipage work tables

This commit is contained in:
whydoubt 2004-09-16 04:22:54 +00:00
parent dd99bd0a68
commit c5276b571e
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ Wed Sep 15 22:59:26 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/util/mdb-schema.c:
* src/util/mdb-tables.c:
* HACKING: Use 'Flags' field in MSysObjects to recognize system tables
* TODO: Update TODO to reflect status of multipage work tables
Wed Sep 15 07:33:34 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
* src/odbc/Makefile.am: Fix a bug in ODBC Makefile

4
TODO
View File

@ -24,7 +24,7 @@ libmdb:
. Use allocation maps to read tables, should be more efficient (done)
. write support
. iconv conversion to utf-8, et al.
. multipage work tables
. multipage work tables (done)
utils:
@ -41,7 +41,7 @@ SQL Engine:
. insert/updates
. bogus column name in where clause not caught
. const = const type operations not working (e.g. WHERE 0=1) (done)
. list tables/describe table shouldn't directly write to stdout (done, but will blow up on big tables)
. list tables/describe table shouldn't directly write to stdout (done)
ODBC: