From da6715828a601eb89156861a7de605ab3c275994 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Thu, 15 Jun 2006 12:26:13 +0000 Subject: [PATCH] prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@57 f203690c-595d-4dc9-a70b-905162fa7fd2 --- project.xml | 7 +++++++ xdocs/changes.xml | 47 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 43 insertions(+), 11 deletions(-) diff --git a/project.xml b/project.xml index 9eca027..945210e 100644 --- a/project.xml +++ b/project.xml @@ -36,6 +36,13 @@ Health Market Science, Inc. -5 + + James Ahlborn + jahlborn + jahlborn@users.sf.net + Health Market Science, Inc. + -5 + Rob Di Marco Health Market Science, Inc. diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 34a09af..b5d8460 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -1,40 +1,65 @@ Release notes - Tim McCune + Tim McCune + James Ahlborn + + + Missing break in switch condition. + + + Fixes to reading/writing MEMO/OLE columns. + + + Made exceptions thrown when opening empty or nonexistent files more + specific. + + + Apply patch from Jon Iles for handilng variable length columns. + + + Apply patch from Jon Iles for handling dates. + + + Apply patch from Jon Iles for reading GUIDs. + + Fix parsing of NUMERIC type. - + Applied Jon Iles' patch to allow large table definitions to be read. - - Fixed bug where writing null values into fixed-width columns was failing. + + Fixed bug where writing null values into fixed-width columns was + failing. - - Fixed bug in reading index count from table definition. Skip overflow rows. + + Fixed bug in reading index count from table definition. Skip overflow + rows. - + JDK 1.5 upgrades - - Applied Mitchell Friedman's patch for support of additional JDBC data types. + + Applied Mitchell Friedman's patch for support of additional JDBC data + types. - + Added support for deleted rows. - + Initial release -- 2.39.5