ソースを参照

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 16年前
コミット
f139d35a9c
2個のファイルの変更3行の追加3行の削除
  1. 2
    2
      src/changes/changes.xml
  2. 1
    1
      src/java/com/healthmarketscience/jackcess/IndexPageCache.java

+ 2
- 2
src/changes/changes.xml ファイルの表示

@@ -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 ファイルの表示

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

読み込み中…
キャンセル
保存