aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/TestUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157James Ahlborn2024-05-141-2/+11
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-081-29/+8
* Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi...James Ahlborn2023-01-121-4/+8
* test util methodJames Ahlborn2021-07-071-0/+9
* tighten up readonly handling for external channels; minor test code refactorJames Ahlborn2021-06-101-18/+20
* make some useful things public; add auto module name to manifestJames Ahlborn2021-01-081-2/+2
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-191-4/+14
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-3/+9
* add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-281-0/+20
* add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-171-0/+1
* add support for PathJames Ahlborn2018-11-291-1/+1
* add unit tests for property expression evaluation featuresJames Ahlborn2018-06-051-31/+31
* implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-051-5/+13
* Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-111-2/+3
* Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-031-1/+26
* Allow optional direct insert/update of autonumber values. This is disabled b...James Ahlborn2015-05-011-3/+3
* more unit test speedups using in mem dbsJames Ahlborn2015-04-271-1/+1
* refactor DatabaseTest into more test classesJames Ahlborn2015-04-271-3/+3
* reorg a bunch of utility code into the TestUtil classJames Ahlborn2015-04-271-0/+455