]> source.dussan.org Git - jackcess.git/commit
add mostly functional support for access 2010 new general text sort order
authorJames Ahlborn <jtahlborn@yahoo.com>
Mon, 4 Apr 2011 03:34:03 +0000 (03:34 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Mon, 4 Apr 2011 03:34:03 +0000 (03:34 +0000)
commitd4c3d92452914c9c477c64ad443a890d0bf86156
treec17cb0aee86c00e1511548b4a4c3e1b7af4a3a56
parente287fba735a45589e5b413a4cffe629b403f7a21
add mostly functional support for access 2010 new general text sort order

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@544 f203690c-595d-4dc9-a70b-905162fa7fd2
13 files changed:
src/changes/changes.xml
src/java/com/healthmarketscience/jackcess/GeneralIndexCodes.java [new file with mode: 0644]
src/java/com/healthmarketscience/jackcess/GeneralLegacyIndexCodes.java
src/java/com/healthmarketscience/jackcess/IndexData.java
src/java/com/healthmarketscience/jackcess/JetFormat.java
src/resources/com/healthmarketscience/jackcess/index_codes.txt [deleted file]
src/resources/com/healthmarketscience/jackcess/index_codes_ext.txt [deleted file]
src/resources/com/healthmarketscience/jackcess/index_codes_ext_gen.txt [new file with mode: 0644]
src/resources/com/healthmarketscience/jackcess/index_codes_ext_genleg.txt [new file with mode: 0644]
src/resources/com/healthmarketscience/jackcess/index_codes_gen.txt [new file with mode: 0644]
src/resources/com/healthmarketscience/jackcess/index_codes_genleg.txt [new file with mode: 0644]
test/data/V2010/testIndexCodesV2010.accdb [new file with mode: 0644]
test/src/java/com/healthmarketscience/jackcess/IndexCodesTest.java