2000-03-09 11:01:41 +08:00
|
|
|
Things to Do
|
|
|
|
------------
|
|
|
|
|
2003-01-19 10:06:15 +08:00
|
|
|
general:
|
|
|
|
|
|
|
|
. compile with -Wall and fix warnings
|
|
|
|
|
2002-04-04 07:02:53 +08:00
|
|
|
file format:
|
|
|
|
|
2003-01-06 07:49:56 +08:00
|
|
|
. how does global allocation map work? (done)
|
2002-04-09 09:18:16 +08:00
|
|
|
. export VBA script
|
2002-04-04 07:02:53 +08:00
|
|
|
. re-examine KKD records for form design (OLE streams?)
|
2003-01-19 10:06:15 +08:00
|
|
|
. write support (understood, not coded)
|
2002-04-04 07:02:53 +08:00
|
|
|
|
|
|
|
libmdb:
|
|
|
|
|
2000-03-14 08:53:17 +08:00
|
|
|
. Complete the list of datatypes
|
2001-09-29 08:16:16 +08:00
|
|
|
. Straighten out which functions in libmdb are meant to be used and which
|
|
|
|
ones should be static.
|
2000-03-19 21:57:08 +08:00
|
|
|
. Create an API reference for libmdb (maybe some man pages).
|
2001-03-29 12:50:35 +08:00
|
|
|
. Sargs need to support all datatypes
|
2004-02-09 02:41:06 +08:00
|
|
|
. Need a way to express logical relationships between sargs (done)
|
|
|
|
. Add support for index scanning when using sargs (partial)
|
2003-01-06 07:49:56 +08:00
|
|
|
. Use allocation maps to read tables, should be more efficient (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
. write support
|
2005-09-08 07:27:43 +08:00
|
|
|
. iconv conversion to utf-8, et al. (done)
|
2004-09-16 12:22:54 +08:00
|
|
|
. multipage work tables (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
|
|
|
|
utils:
|
|
|
|
|
2002-12-27 23:09:02 +08:00
|
|
|
. need program to unpack VBA script to file (see prole)
|
2002-04-04 07:02:53 +08:00
|
|
|
. Access forms to glade converter ?
|
2004-04-13 08:39:12 +08:00
|
|
|
. need --version flag (done using -M flag on mdb-ver)
|
2005-09-08 07:27:43 +08:00
|
|
|
. -o on mdb-sql not working (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
|
|
|
|
SQL Engine:
|
|
|
|
|
2003-01-19 10:06:15 +08:00
|
|
|
. SQL Engine does not handle uppercase keywords (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
. Joins
|
2004-02-09 02:41:06 +08:00
|
|
|
. OR clauses using sarg trees from above (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
. insert/updates
|
|
|
|
. bogus column name in where clause not caught
|
2004-04-13 08:39:12 +08:00
|
|
|
. const = const type operations not working (e.g. WHERE 0=1) (done)
|
2004-09-16 12:22:54 +08:00
|
|
|
. list tables/describe table shouldn't directly write to stdout (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
|
|
|
|
ODBC:
|
|
|
|
|
|
|
|
. Figure out why we get unresolved symbols when ODBC driver load by DM (iODBC
|
2004-04-13 08:39:12 +08:00
|
|
|
only)
|
2004-02-09 02:41:06 +08:00
|
|
|
. Boolean not working (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
. many unimplemented funtions
|
|
|
|
|
|
|
|
GMDB:
|
|
|
|
|
|
|
|
. Finish debug dissectors
|
2003-01-06 07:49:56 +08:00
|
|
|
. Export schema not implemented (done)
|
2002-04-04 07:02:53 +08:00
|
|
|
. Printing not implemented
|
2003-01-06 07:49:56 +08:00
|
|
|
. Export needs finishing (done)
|
|
|
|
. Fix bitmask size bug in debugger
|
2003-01-19 10:06:15 +08:00
|
|
|
. sql window section in manual
|
|
|
|
. debugger section in manual
|