]> source.dussan.org Git - jackcess.git/commit
merge branch newformats changes through r453
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Mar 2010 12:42:12 +0000 (12:42 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 26 Mar 2010 12:42:12 +0000 (12:42 +0000)
commit4868f83aa6d8db50d3a2346e54835574e61cd7e2
tree5d24acc2eea247433df787bc809c5ef45672053e
parentade82911c7fcb2761f9d22353c2acd09c8186423
merge branch newformats changes through r453

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@454 f203690c-595d-4dc9-a70b-905162fa7fd2
84 files changed:
CREDITS.txt
pom.xml
project.xml
src/java/com/healthmarketscience/jackcess/ByteUtil.java
src/java/com/healthmarketscience/jackcess/Database.java
src/java/com/healthmarketscience/jackcess/Index.java
src/java/com/healthmarketscience/jackcess/JetFormat.java
src/java/com/healthmarketscience/jackcess/PageChannel.java
src/java/com/healthmarketscience/jackcess/UsageMap.java
src/resources/com/healthmarketscience/jackcess/empty2003.mdb [new file with mode: 0644]
src/resources/com/healthmarketscience/jackcess/empty2007.accdb [new file with mode: 0644]
test/data/V1997/testV1997.mdb [new file with mode: 0644]
test/data/V2000/bigIndexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/compIndexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/delColTestV2000.mdb [new file with mode: 0644]
test/data/V2000/delTestV2000.mdb [new file with mode: 0644]
test/data/V2000/fixedNumericTestV2000.mdb [new file with mode: 0644]
test/data/V2000/fixedTextTestV2000.mdb [new file with mode: 0755]
test/data/V2000/indexCursorTestV2000.mdb [new file with mode: 0644]
test/data/V2000/indexTestV2000.mdb [new file with mode: 0644]
test/data/V2000/overflowTestV2000.mdb [new file with mode: 0644]
test/data/V2000/queryTestV2000.mdb [new file with mode: 0755]
test/data/V2000/test2V2000.mdb [new file with mode: 0644]
test/data/V2000/testIndexCodesV2000.mdb [new file with mode: 0644]
test/data/V2000/testIndexPropertiesV2000.mdb [new file with mode: 0644]
test/data/V2000/testPromotionV2000.mdb [new file with mode: 0644]
test/data/V2000/testV2000.mdb [new file with mode: 0644]
test/data/V2003/bigIndexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/compIndexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/delColTestV2003.mdb [new file with mode: 0644]
test/data/V2003/delTestV2003.mdb [new file with mode: 0644]
test/data/V2003/fixedNumericTestV2003.mdb [new file with mode: 0644]
test/data/V2003/fixedTextTestV2003.mdb [new file with mode: 0644]
test/data/V2003/indexCursorTestV2003.mdb [new file with mode: 0644]
test/data/V2003/indexTestV2003.mdb [new file with mode: 0644]
test/data/V2003/overflowTestV2003.mdb [new file with mode: 0644]
test/data/V2003/queryTestV2003.mdb [new file with mode: 0644]
test/data/V2003/test2V2003.mdb [new file with mode: 0644]
test/data/V2003/testIndexCodesV2003.mdb [new file with mode: 0644]
test/data/V2003/testIndexPropertiesV2003.mdb [new file with mode: 0644]
test/data/V2003/testPromotionV2003.mdb [new file with mode: 0644]
test/data/V2003/testV2003.mdb [new file with mode: 0644]
test/data/V2007/bigIndexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/compIndexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/delColTestV2007.accdb [new file with mode: 0644]
test/data/V2007/delTestV2007.accdb [new file with mode: 0644]
test/data/V2007/fixedNumericTestV2007.accdb [new file with mode: 0644]
test/data/V2007/fixedTextTestV2007.accdb [new file with mode: 0644]
test/data/V2007/indexCursorTestV2007.accdb [new file with mode: 0644]
test/data/V2007/indexTestV2007.accdb [new file with mode: 0644]
test/data/V2007/overflowTestV2007.accdb [new file with mode: 0644]
test/data/V2007/queryTestV2007.accdb [new file with mode: 0644]
test/data/V2007/test2V2007.accdb [new file with mode: 0644]
test/data/V2007/testIndexCodesV2007.accdb [new file with mode: 0644]
test/data/V2007/testIndexPropertiesV2007.accdb [new file with mode: 0644]
test/data/V2007/testPromotionV2007.accdb [new file with mode: 0644]
test/data/V2007/testV2007.accdb [new file with mode: 0644]
test/data/bigIndexTest.mdb [deleted file]
test/data/compIndexTest.mdb [deleted file]
test/data/delColTest.mdb [deleted file]
test/data/delTest.mdb [deleted file]
test/data/fixedNumericTest.mdb [deleted file]
test/data/fixedTextTest.mdb [deleted file]
test/data/indexCursorTest.mdb [deleted file]
test/data/indexTest.mdb [deleted file]
test/data/overflowTest.mdb [deleted file]
test/data/queryTest.mdb [deleted file]
test/data/test.mdb [deleted file]
test/data/test2.mdb [deleted file]
test/data/testIndexCodes.mdb [deleted file]
test/data/testIndexProperties.mdb [deleted file]
test/data/testPromotion.mdb [deleted file]
test/src/java/com/healthmarketscience/jackcess/BigIndexTest.java
test/src/java/com/healthmarketscience/jackcess/CursorBuilderTest.java
test/src/java/com/healthmarketscience/jackcess/CursorTest.java
test/src/java/com/healthmarketscience/jackcess/DatabaseTest.java
test/src/java/com/healthmarketscience/jackcess/ErrorHandlerTest.java
test/src/java/com/healthmarketscience/jackcess/ImportTest.java
test/src/java/com/healthmarketscience/jackcess/IndexCodesTest.java
test/src/java/com/healthmarketscience/jackcess/IndexTest.java
test/src/java/com/healthmarketscience/jackcess/JetFormatTest.java [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/RelationshipTest.java
test/src/java/com/healthmarketscience/jackcess/UsageMapTest.java [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/query/QueryTest.java