Browse Source

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
tags/jackcess-2.1.12
James Ahlborn 6 years ago
parent
commit
f5659151a3
2 changed files with 249 additions and 239 deletions
  1. 8
    4
      src/changes/changes.xml
  2. 241
    235
      src/main/java/com/healthmarketscience/jackcess/impl/TableImpl.java

+ 8
- 4
src/changes/changes.xml View File

@@ -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>

+ 241
- 235
src/main/java/com/healthmarketscience/jackcess/impl/TableImpl.java
File diff suppressed because it is too large
View File


Loading…
Cancel
Save