diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 03:48:53 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 03:48:53 +0000 |
commit | 07034fd3ff42e7fd5a394c5dab44dce91c186070 (patch) | |
tree | 1a0fe6220dfa2a511d30f4d0932d13887a3863be /src/changes | |
parent | 622e957cce35487fe01676d277cde3449030a13d (diff) | |
download | jackcess-07034fd3ff42e7fd5a394c5dab44dce91c186070.tar.gz jackcess-07034fd3ff42e7fd5a394c5dab44dce91c186070.zip |
move to maven2
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@167 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml new file mode 100644 index 0000000..7e20dcc --- /dev/null +++ b/src/changes/changes.xml @@ -0,0 +1,189 @@ +<document> + <properties> + <title>Release notes</title> + <author email="javajedi@users.sf.net">Tim McCune</author> + <author email="jahlborn@users.sf.net">James Ahlborn</author> + </properties> + <body> + <release version="1.1.10" date="TBD"> + </release> + <release version="1.1.9" date="2007-07-12"> + <action dev="jahlborn" type="fix" issue="1675522"> + Add support for writing large table definitions, bug #1675522. + </action> + <action dev="jahlborn" type="fix" issue="1748827"> + Fix handling of usage maps for large tables, bug #1748827. + </action> + <action dev="jahlborn" type="fix" issue="1672071"> + Fixed some edge cases for reading numeric columns, bug #1672071. + </action> + </release> + <release version="1.1.8" date="2007-02-13"> + <action dev="jahlborn" type="update"> + Additional info in DataType to support better type validation + (scale/precision range). Add "unit size" concept. + </action> + <action dev="jahlborn" type="update"> + Add CLOB support in JDBC handling. Add general support for large + types (BLOB/CLOB). + </action> + <action dev="jahlborn" type="update"> + Enhance Database.copyTable/importReader to allow for better control + over column definitions and row values through the ImportFilter. + Change default type translation to handle large and variable length + types better. + </action> + </release> + <release version="1.1.7" date="2006-10-02"> + <action dev="jahlborn" type="update"> + Refactored DataType class, cleaned up a lot of "custom" data type code + springled throughout the codebase. + </action> + <action dev="jahlborn" type="update"> + Added sanity checking on table creation (check column/table properties + for validity). + </action> + <action dev="jahlborn" type="update"> + Clean up index reading/writing of text columns, add support for more + characters + </action> + <action dev="jahlborn" type="update" issue="1563654"> + Support reading 'compressed' indexes (fix 1563654) + </action> + <action dev="jahlborn" type="update"> + Implement "overflow" row reading. + </action> + <action dev="jahlborn" type="fix"> + Allow multi-page long value reading. + </action> + <action dev="jahlborn" type="update"> + Implement multi-page long value writing. + </action> + <action dev="jahlborn" type="fix"> + Fix decimal data type writing. + </action> + <action dev="jahlborn" type="update" issue="1545857"> + Add support for opening files read-only (fix 1545857) + </action> + </release> + <release version="1.1.6" date="2006-08-07"> + <action dev="jahlborn" type="fix" issue="1530312"> + Handle more tables with more index slots than actual indexes (fix bug + 1530312) + </action> + <action dev="jahlborn" type="fix" issue="1449812"> + Clean up reading/writing 3-byte ints; long value length is 3-bytes + (fix bug 1449812) + </action> + <action dev="jahlborn" type="fix"> + Fix handling of skipped rows + </action> + <action dev="jahlborn" type="fix" issue="1306970"> + When reading multi-page table def, flip buffer before parsing (fix bug + 1306970) + </action> + <action dev="jahlborn" type="update"> + Treat table names as case insensitive; use stored table names when + instantiating tables + </action> + <action dev="jahlborn" type="update"> + Make Database and Table Iterable + </action> + <action dev="jahlborn" type="fix"> + Use uppercase names when adding text columns to indexes, which fixes + long standing problem with table names starting with lowercase + characters (and other situations where tables could not be opened in + Access). Remove hack which forced every table name to have uppercase + first character. + </action> + <action dev="jahlborn" type="update"> + Clean up compressed text handling. + </action> + <action dev="jahlborn" type="update"> + Implement reading multi-page long binary values + </action> + </release> + <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. + </action> + <action dev="jahlborn" type="update"> + Made exceptions thrown when opening empty or nonexistent files more + specific. + </action> + <action dev="jahlborn" type="fix"> + Apply patch from Jon Iles for handilng variable length columns. + </action> + <action dev="jahlborn" type="fix"> + Apply patch from Jon Iles for handling dates. + </action> + <action dev="jahlborn" type="fix"> + Apply patch from Jon Iles for reading GUIDs. + </action> + </release> + <release version="1.1.3" date="2006-2-16"> + <action dev="jahlborn" type="fix"> + Fix parsing of NUMERIC type. + </action> + <action dev="javajedi" type="fix"> + Applied Jon Iles' patch to allow large table definitions to be read. + </action> + </release> + <release version="1.1.2" date="2005-8-26"> + <action dev="javajedi" type="fix" issue="1273712"> + Fixed bug where writing null values into fixed-width columns was + failing. + </action> + </release> + <release version="1.1.1" date="2005-8-20"> + <action dev="javajedi" type="fix" issue="1261536"> + Fixed bug in reading index count from table definition. Skip overflow + rows. + </action> + </release> + <release version="1.1" date="2005-8-12"> + <action dev="javajedi" type="update"> + JDK 1.5 upgrades + </action> + <action dev="javajedi" type="update"> + Applied Mitchell Friedman's patch for support of additional JDBC data + types. + </action> + <action dev="javajedi" type="update"> + Added support for deleted rows. + </action> + </release> + <release version="1.0" date="2005-4-7"> + <action dev="javajedi" type="add"> + Initial release + </action> + </release> + </body> +</document> |