Browse Source

prep for release


git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@70 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_5
James Ahlborn 18 years ago
parent
commit
a2398e354a
2 changed files with 26 additions and 1 deletions
  1. 1
    0
      CREDITS.txt
  2. 25
    1
      xdocs/changes.xml

+ 1
- 0
CREDITS.txt View File

@@ -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

+ 25
- 1
xdocs/changes.xml View File

@@ -5,12 +5,36 @@
<author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
<release version="1.1.5" date="2006-07-25">
<action dev="jahlborn" type="update">
Add support for currency columns (thanks to James Schopp).
</action>
<action dev="jahlborn" type="fix">
Handle tables with no variable length columns correctly.
</action>
<action dev="jahlborn" type="fix">
Handle reading with deleted columns.
</action>
<action dev="jahlborn" type="update">
Read information on primary keys and include in Index.
</action>
<action dev="jahlborn" type="fix">
Fix some issues around reading indexes.
</action>
<action dev="jahlborn" type="update">
Add write support for numeric/GUID columns.
</action>
<action dev="javajedi" type="update">
Added getRowCount(), getName(), updated toString() on Table.
</action>
</release>
<release version="1.1.4" date="2006-6-15">
<action dev="jahlborn" type="fix">
Missing break in switch condition.
</action>
<action dev="jahlborn" type="fix">
Fixes to reading/writing MEMO/OLE columns.
Fixes
to reading/writing MEMO/OLE columns.
</action>
<action dev="jahlborn" type="update">
Made exceptions thrown when opening empty or nonexistent files more

Loading…
Cancel
Save