]> source.dussan.org Git - jackcess.git/commitdiff
updates
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 14 Sep 2014 02:25:34 +0000 (02:25 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 14 Sep 2014 02:25:34 +0000 (02:25 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@875 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt

index 10c524c5248668c831cc4fc25f757d60b4ebec88..8fcbb210078fa03fe6fe783852eb32d2bca895a0 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -16,24 +16,6 @@ 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 unit tests
-  - ***ability to create calculated columns!
-
-- add properties on table/column creation
-  - add unit tests
-
-- calculated fields in queries? (2003+), w/ aliases?
 
 Refactor goals:
 - tweak lookup apis (specify column vs column name)