소스 검색

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

Loading…
취소
저장