aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2023-01-12 22:22:29 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2023-01-12 22:22:29 +0000
commitb02d1df66cbd159b1b318405f614827af683bfbb (patch)
tree61fce9d5b55276eaffbe3e6d1439c1040dd6fcb3 /src/changes/changes.xml
parente8cd3131bdffd29b640175836cbf7edf07b5760c (diff)
downloadjackcess-b02d1df66cbd159b1b318405f614827af683bfbb.tar.gz
jackcess-b02d1df66cbd159b1b318405f614827af683bfbb.zip
Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fixes #46
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1395 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d0640e8..e821ac4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,14 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="4.0.5" date="TBD">
+ <action dev="jahlborn" type="add" system="SourceForge2Features"
+ issue="46">
+ Add option to DatabaseBuilder for ignoring broken system catalog
+ indexes. This is a workaround to allow jackcess to read tables from
+ the database even if the index is non-functional..
+ </action>
+ </release>
<release version="4.0.4" date="2022-10-29">
<action dev="jahlborn" type="update">
Update parent pom to fix release process.