diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-16 15:23:04 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-03-16 15:23:04 +0000 |
commit | f0a73c3a29f1d06a48d3127c86d23e45d481e5ff (patch) | |
tree | 1de5b92c348795bfc9aaac4dbedd24d88ffa3246 /TODO.txt | |
parent | ab4b5c731fc387a2a584787c8e8948e8b1596182 (diff) | |
download | jackcess-f0a73c3a29f1d06a48d3127c86d23e45d481e5ff.tar.gz jackcess-f0a73c3a29f1d06a48d3127c86d23e45d481e5ff.zip |
add return values from most modification methods; add unit tests for new modification methods
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@693 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,5 +42,5 @@ Refactor goals: - clean up javadocs - enhance public api classes - add @usage tags to util classes -- add unit tests for Row update/delete methods, add/update *FromMap methods -- add reason to unsupop throws for indexes +* add unit tests for Row update/delete methods, add/update *FromMap methods +* add reason to unsupop throws for indexes |