Remove completed items from TODO file [CI SKIP]

This commit is contained in:
Evan Miller 2020-09-02 11:19:26 -04:00
parent 92791572fe
commit a89df9f5e3

19
TODO
View File

@ -1,13 +1,8 @@
Things to Do Things to Do
------------ ------------
general:
. compile with -Wall and fix warnings (done)
file format: file format:
. how does global allocation map work? (done)
. export VBA script . export VBA script
. re-examine KKD records for form design (OLE streams?) . re-examine KKD records for form design (OLE streams?)
. write support (understood, not coded) . write support (understood, not coded)
@ -19,43 +14,29 @@ libmdb:
ones should be static. ones should be static.
. Create an API reference for libmdb (maybe some man pages). . Create an API reference for libmdb (maybe some man pages).
. Sargs need to support all datatypes . Sargs need to support all datatypes
. Need a way to express logical relationships between sargs (done)
. Add support for index scanning when using sargs (partial) . Add support for index scanning when using sargs (partial)
. Use allocation maps to read tables, should be more efficient (done)
. write support . write support
. iconv conversion to utf-8, et al. (done)
. multipage work tables (done)
utils: utils:
. need program to unpack VBA script to file (see prole) . need program to unpack VBA script to file (see prole)
. Access forms to glade converter ? . Access forms to glade converter ?
. need --version flag (done using -M flag on mdb-ver) . need --version flag (done using -M flag on mdb-ver)
. -o on mdb-sql not working (done)
SQL Engine: SQL Engine:
. SQL Engine does not handle uppercase keywords (done)
. Joins . Joins
. OR clauses using sarg trees from above (done)
. insert/updates . insert/updates
. bogus column name in where clause not caught . 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)
ODBC: ODBC:
. Figure out why we get unresolved symbols when ODBC driver load by DM (iODBC
only)
. Boolean not working (done)
. many unimplemented funtions . many unimplemented funtions
GMDB: GMDB:
. Finish debug dissectors . Finish debug dissectors
. Export schema not implemented (done)
. Printing not implemented . Printing not implemented
. Export needs finishing (done)
. Fix bitmask size bug in debugger . Fix bitmask size bug in debugger
. sql window section in manual . sql window section in manual
. debugger section in manual . debugger section in manual