From a2398e354a704e6c52665961683de1c47dbd1367 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Tue, 25 Jul 2006 21:08:38 +0000 Subject: [PATCH] prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@70 f203690c-595d-4dc9-a70b-905162fa7fd2 --- CREDITS.txt | 1 + xdocs/changes.xml | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CREDITS.txt b/CREDITS.txt index b6c6a68..c77b80e 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -3,3 +3,4 @@ Rob DiMarco - Added ability to import delimited text into new tables Mitchell J. Friedman - Added support for additional JDBC data types James Ahlborn - Added support for NUMERIC data type Jon Iles - Added support for reading table definitions that span multiple pages +James Schopp - added support for reading currency columns diff --git a/xdocs/changes.xml b/xdocs/changes.xml index b5d8460..8cbcae5 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -5,12 +5,36 @@ James Ahlborn + + + Add support for currency columns (thanks to James Schopp). + + + Handle tables with no variable length columns correctly. + + + Handle reading with deleted columns. + + + Read information on primary keys and include in Index. + + + Fix some issues around reading indexes. + + + Add write support for numeric/GUID columns. + + + Added getRowCount(), getName(), updated toString() on Table. + + Missing break in switch condition. - Fixes to reading/writing MEMO/OLE columns. + Fixes + to reading/writing MEMO/OLE columns. Made exceptions thrown when opening empty or nonexistent files more -- 2.39.5