diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-05-22 02:09:04 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-05-22 02:09:04 +0000 |
commit | f5659151a36e02a82b6b52795cb9788ad2c74a4d (patch) | |
tree | 9a54f9e8ed228fe53382de1e082ef3cfbe569e0d /src/changes | |
parent | bfc70bd6186b841856e697ce8d8ade577c1b75c8 (diff) | |
download | jackcess-f5659151a36e02a82b6b52795cb9788ad2c74a4d.tar.gz jackcess-f5659151a36e02a82b6b52795cb9788ad2c74a4d.zip |
Create new usage map correctly when adding an index to an existing table. fixes #147
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1152 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c954674..13ed1c9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,10 @@ <action dev="jahlborn" type="update"> Add some additional property keys and relevant enums for values. </action> + <action dev="jahlborn" type="fix" system="SourceForge2" issue="147"> + Create new usage map correctly when adding an index to an existing + table. + </action> </release> <release version="2.1.11" date="2018-03-04"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="145"> @@ -149,7 +153,7 @@ system property), per-database, and per-table. </action> </release> - <release version="2.1.0" date="2015-04-16" + <release version="2.1.0" date="2015-04-16" description="Relicense to Apache License"> <action dev="jahlborn" type="add"> OpenHMS relicenses to Apache License, 2.0! @@ -269,7 +273,7 @@ <action dev="jahlborn" type="fix"> Make reading long value columns more lenient (MEMO/OLE). </action> - <action dev="jahlborn" type="add" system="SourceForge2Features" + <action dev="jahlborn" type="add" system="SourceForge2Features" issue="16"> Add support for modifying PropertyMaps. </action> @@ -289,7 +293,7 @@ <action dev="jahlborn" type="fix"> Make reading long value columns more lenient (MEMO/OLE). </action> - </release> + </release> <release version="1.2.14.2" date="2013-08-25"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="96"> Fix reading of Properties with multiple value blocks. @@ -816,7 +820,7 @@ 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> <action dev="jahlborn" type="update"> Clean up compressed text handling. </action> |