Parcourir la source

prep for release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@346 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_14
James Ahlborn il y a 16 ans
Parent
révision
f139d35a9c

+ 2
- 2
src/changes/changes.xml Voir le fichier

@@ -5,13 +5,13 @@
<author email="jahlborn@users.sf.net">James Ahlborn</author>
</properties>
<body>
<release version="1.1.14" date="TBD">
<release version="1.1.14" date="2008-04-29">
<action dev="jahlborn" type="fix" issue="1924705">
Need to store auto-number values back into row so that indexes can be
updated correctly.
</action>
<action dev="jahlborn" type="fix" issue="1942330">
Access seems to limit data pages to a max of 256 rows.
Access seems to limit data pages to a max of 255 rows.
</action>
<action dev="jahlborn" type="fix" issue="1564870">
Added experimental support for "large" indexes. The current support

+ 1
- 1
src/java/com/healthmarketscience/jackcess/IndexPageCache.java Voir le fichier

@@ -1286,7 +1286,7 @@ public class IndexPageCache
}

/**
* IndexPageCache implementation of an {@link Index.DataPage}.
* IndexPageCache implementation of an Index {@link DataPage}.
*/
public static final class CacheDataPage
extends Index.DataPage

Chargement…
Annuler
Enregistrer