From 80d1900c9424017bedddb356f5fff5c5d5eccfce Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 29 Nov 2010 13:36:50 +0000 Subject: [PATCH] fix links git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@503 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d6b1461..24e4391 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,7 +4,7 @@ Tim McCune - + Add support for specifying a quote character on import from flat files. @@ -13,22 +13,25 @@ Add support for reading database password. - Add support for plugging implementations of various page - encoding/decoding algorithms. (thanks to Vladimir Berezniker). + Add support for plugging in implementations of various page + encoding/decoding algorithms. See the <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt</a> + project for a CodecProvider implementation which supports a few of the + Access encodings. (thanks to Vladimir Berezniker). Implement some tweaks which allow jackcess to be used on the Android - platform. (thanks to Miha Pirnat). + platform. See the <a href="faq.html#android">FAQ</a> for more + details. (thanks to Miha Pirnat). - Allow column order in tables to be configured. + Allow output column order in tables to be configured. Add support for custom column value matching when finding rows using a Cursor. - Ignore usagemap inconsistencies in certain situations. + Ignore usagemap inconsistencies in certain (safe) situations. -- 2.39.5