diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2006-08-07 11:41:08 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2006-08-07 11:41:08 +0000 |
commit | 968ff8b44f4eef4485ffa9ec1e1e0ed809e6c8b9 (patch) | |
tree | 6845a1a011b5f1bae2ab1478b1e927c135fb7e98 /xdocs/changes.xml | |
parent | e14758ca3e49897188f79ebc8992ab0dd002378e (diff) | |
download | jackcess-968ff8b44f4eef4485ffa9ec1e1e0ed809e6c8b9.tar.gz jackcess-968ff8b44f4eef4485ffa9ec1e1e0ed809e6c8b9.zip |
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@95 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'xdocs/changes.xml')
-rw-r--r-- | xdocs/changes.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 8cbcae5..b9cd8ef 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -5,6 +5,43 @@ <author email="jahlborn@users.sf.net">James Ahlborn</author> </properties> <body> + <release version="1.1.6" date="2006-08-07"> + <action dev="jahlborn" type="fix"> + Handle more tables with more index slots than actual indexes (fix bug + 1530312) + </action> + <action dev="jahlborn" type="fix"> + 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"> + 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). |