summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/IndexCodes.java
Commit message (Expand)AuthorAgeFilesLines
* fix some text index edge cases; add some extensive text index unit tests; add...James Ahlborn2010-01-201-0/+66
* initial index support for all characters in BMP 0James Ahlborn2010-01-161-368/+342
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-1/+4
* modify Index update support so that it honors the unique and ignoreNulls prop...James Ahlborn2008-03-101-8/+4
* limit text index length; fix unprintable offset writingJames Ahlborn2008-03-081-3/+3
* Simplify comparison algorithms for RowId and Index.Entry using type attribute...James Ahlborn2008-03-071-95/+369
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-0/+188