aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/CursorTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add more static utility methods to DatabaseBuilder to enable more succinct ob...James Ahlborn2020-09-071-30/+31
* add stream support to Iterable classes; add some unit tests with streamingJames Ahlborn2020-04-241-12/+10
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-191-101/+100
* Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-031-0/+267
* more unit test speedups using in mem dbsJames Ahlborn2015-04-271-4/+4
* reorg a bunch of utility code into the TestUtil classJames Ahlborn2015-04-271-3/+3
* use inmem dbs to speed up slow unit testsJames Ahlborn2015-04-261-4/+4
* relicense with Apache LicenseJames Ahlborn2015-04-171-22/+11
* add unit test for iteration early exit fixJames Ahlborn2014-09-221-0/+58
* more test speedupsJames Ahlborn2014-08-241-0/+10
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the R...James Ahlborn2014-06-111-0/+70
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-061-13/+13
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+1209