Files
mdbtools/TODO

60 lines
1.5 KiB
Plaintext
Raw Normal View History

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