forked from mdbtools/mdbtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
61 lines (47 loc) · 1.65 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Things to Do
------------
general:
. compile with -Wall and fix warnings (done)
file format:
. how does global allocation map work? (done)
. export VBA script
. re-examine KKD records for form design (OLE streams?)
. write support (understood, not coded)
libmdb:
. Complete the list of datatypes
. Straighten out which functions in libmdb are meant to be used and which
ones should be static.
. 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 (done)
. Add support for index scanning when using sargs (partial)
. Use allocation maps to read tables, should be more efficient (done)
. write support
. iconv conversion to utf-8, et al. (done)
. multipage work tables (done)
utils:
. need program to unpack VBA script to file (see prole)
. Access forms to glade converter ?
. need --version flag (done using -M flag on mdb-ver)
. -o on mdb-sql not working (done)
SQL Engine:
. SQL Engine does not handle uppercase keywords (done)
. Joins
. OR clauses using sarg trees from above (done)
. 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)
ODBC:
. Figure out why we get unresolved symbols when ODBC driver load by DM (iODBC
only)
. Boolean not working (done)
. many unimplemented funtions
GMDB:
. Finish debug dissectors
. Export schema not implemented (done)
. Printing not implemented
. Export needs finishing (done)
. Fix bitmask size bug in debugger
. sql window section in manual
. debugger section in manual