aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 8fcbb21..3c955d5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -16,6 +16,21 @@ Missing pieces:
* EASY
- figure out how msaccess manages page/row locks
* MEDIUM
+
+- calculated fields
+ - v2010+
+ - no indexes
+ - no unicode compression
+ - double/int/longint/single/repid/decimal/text/date/memo/currency/bool, no ole/hyperlink
+ - read/write, create column
+ - only uses in-table columns (need to force update on every row update?)
+ - numeric data has embedded precision/scale, something else? only last 8
+ bytes is data? implicit precision of 18 for "pure" numeric? implicit
+ precision of 15 for double-ish numeric?
+
+- add properties on table/column creation
+
+- calculated fields in queries? (2003+), w/ aliases?
Refactor goals:
- tweak lookup apis (specify column vs column name)