aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/impl/JetFormatTest.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157James Ahlborn2024-05-141-1/+2
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-261-0/+1
* add unit tests for extended date/time typeJames Ahlborn2021-06-101-1/+2
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-171-2/+2
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-191-2/+18
* fix channel open options for new filesJames Ahlborn2018-12-311-1/+1
* add support for PathJames Ahlborn2018-11-291-16/+17
* implement sql type to DataType conversions specific to access 2016 formatJames Ahlborn2018-01-171-0/+26
* Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-111-2/+2
* Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-031-0/+7
* automatically switch to read-only mode when opening a file format which does ...James Ahlborn2016-11-121-4/+12
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-251-0/+11
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-251-1/+2
* reorg a bunch of utility code into the TestUtil classJames Ahlborn2015-04-271-1/+1
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-161-1/+2
* add some unit tests for calc fieldsJames Ahlborn2014-09-141-1/+2
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-281-1/+2
* move files into standard maven dir structureJames Ahlborn2013-08-161-0/+243