aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/java/com/healthmarketscience/jackcess/IndexTest.java
Commit message (Expand)AuthorAgeFilesLines
* move files into standard maven dir structureJames Ahlborn2013-08-161-530/+0
* more javadoc cleanup; minor refactor of Joiner iteration methodsJames Ahlborn2013-08-111-2/+0
* expand javadocs for core interfacesJames Ahlborn2013-08-081-2/+2
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-48/+42
* add a few util methods related to indexes and joinsJames Ahlborn2011-06-171-0/+6
* Add the Joiner utility and some new methods to IndexCursor to make it easier ...James Ahlborn2011-06-151-20/+9
* add Index.getReferencedIndex for retrieving the referenced index of a foreign...James Ahlborn2011-04-181-0/+42
* add 2010 unit testsJames Ahlborn2011-04-081-1/+2
* fix test infoJames Ahlborn2011-03-181-1/+2
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-0/+41
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-271-21/+44
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-311-3/+17
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-231-2/+2
* merge branch newformats changes through r453James Ahlborn2010-03-261-186/+206
* add some replid index testsJames Ahlborn2009-11-141-0/+14
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-4/+0
* initial (untested) code which supports page splittingJames Ahlborn2008-04-101-3/+3
* add support for optionally enabling big index supportJames Ahlborn2008-04-071-0/+1
* make unit tests work for either index type; minor refactoringJames Ahlborn2008-04-071-2/+8
* add test for uniqueEntryCount updatesJames Ahlborn2008-03-191-1/+54
* use readOnly dbs for unit testsJames Ahlborn2008-03-131-2/+2
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-111-12/+113
* formalize code for reading unsigned bytesJames Ahlborn2008-03-091-4/+4
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-1/+41
* fix some compiler warningsJames Ahlborn2008-02-291-1/+0
* fix file copyrightsJames Ahlborn2007-12-031-1/+26
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-171-0/+40
* read index entries on demandJames Ahlborn2006-09-261-1/+3
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-261-0/+28
* fix ordering of byte code comparatorJames Ahlborn2006-09-231-0/+96