diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-12 03:07:30 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-12 03:07:30 +0000 |
commit | 7b8f4c32d54f63a584461f1911614d960b3af874 (patch) | |
tree | 623208627273b970bfc1d29bcf4a0e5b13c1a610 /src/changes | |
parent | 96b9c8c5dbf5ec0092919897818ce91df2cd2419 (diff) | |
download | jackcess-7b8f4c32d54f63a584461f1911614d960b3af874.tar.gz jackcess-7b8f4c32d54f63a584461f1911614d960b3af874.zip |
automatically switch to read-only mode when opening a file format which does not support writing, fixes feature #34
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1055 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 73cf393..3e58c16 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="2.1.6" date="TBD"> + <action dev="jahlborn" type="update" system="SourceForge2Features" + issue="34"> + When opening a database for a format which is read-only, automatically + open the channel as read-only (instead of throwing an exception if + readOnly is false). + </action> + </release> <release version="2.1.5" date="2016-10-03"> <action dev="jahlborn" type="update"> Change multi-value complex columns so that they return all relevant |