aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/IndexCodes.java
Commit message (Expand)AuthorAgeFilesLines
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-67/+0
* some index data handling refactoring for future support of the new text index...James Ahlborn2011-04-011-434/+0
* implement some tweaks which allow jackcess to be used on the android platform...James Ahlborn2010-11-031-2/+2
* 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