From c5276b571e99e8c36acb50f61ce51b977cb018a4 Mon Sep 17 00:00:00 2001 From: whydoubt Date: Thu, 16 Sep 2004 04:22:54 +0000 Subject: [PATCH] Update TODO to reflect status of multipage work tables --- ChangeLog | 1 + TODO | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1882bf..8cd9271 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ Wed Sep 15 22:59:26 CDT 2004 Jeff Smith * 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 * src/odbc/Makefile.am: Fix a bug in ODBC Makefile diff --git a/TODO b/TODO index 26bb3e0..7121402 100644 --- a/TODO +++ b/TODO @@ -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: