aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl
Commit message (Expand)AuthorAgeFilesLines
* Add support for surrogate pairs in text indexes (e.g. emoticons), fixes #157James Ahlborn2024-05-142-21/+72
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-084-14/+7
* fix NumberFormatter so that it formats according to the locale of the current dbJames Ahlborn2024-02-035-39/+30
* do not increment unique entry count when replacing an existing entryJames Ahlborn2023-08-281-1/+3
* Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi...James Ahlborn2023-01-123-222/+300
* Fix edge case which can cause table to be considered corrupt. Fixes #156James Ahlborn2022-10-281-78/+87
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-263-75/+237
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-073-1/+35
* tighten up readonly handling for external channels; minor test code refactorJames Ahlborn2021-06-101-4/+14
* Add support for extended date/time type in access 2019+ dbsJames Ahlborn2021-06-083-13/+166
* Add basic support for access 2019+ dbs.James Ahlborn2021-06-042-4/+35
* ignore trailing spaces when creating text index entriesJames Ahlborn2021-01-242-16/+30
* no longer need to use initCausemodulesJames Ahlborn2021-01-203-14/+8
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-174-27/+161
* make some useful things public; add auto module name to manifestJames Ahlborn2021-01-083-4/+6
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-272-68/+91
* change the default DateTimeType to LOCAL_DATE_TIMEJames Ahlborn2020-05-031-2/+2
* enable expression evaluation by defaultJames Ahlborn2020-05-031-2/+2
* use default remove implJames Ahlborn2020-04-241-5/+0
* use new general 97 index supportJames Ahlborn2019-08-162-47/+66
* fix handling of descending indexesJames Ahlborn2019-08-121-13/+9
* reword extra code handling for gen 97 indexesJames Ahlborn2019-08-113-105/+235
* initial support for writing access 97 indexesJames Ahlborn2019-08-061-22/+107
* add new sort order for legacy 97 collation orderJames Ahlborn2019-08-062-15/+27
* use StandardCharsetJames Ahlborn2019-08-061-60/+61
* add separate method for reading root db pageJames Ahlborn2019-08-063-45/+66
* initial index codes for access97 general collation orderJames Ahlborn2019-08-061-0/+127
* Add Database.newTableMetaDataIterable() which enables iterating through table...James Ahlborn2019-02-201-11/+80
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-115-41/+98
* minor cleanupsJames Ahlborn2019-02-062-7/+7
* handle number formats with no required digitsJames Ahlborn2019-02-041-12/+57
* more tests and tweaks to custom formattingJames Ahlborn2019-01-311-75/+92
* more tests, more bug fixes for custom formatsJames Ahlborn2019-01-301-6/+14
* add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-291-49/+144
* implement remaining custom formatting, not testedJames Ahlborn2019-01-242-166/+418
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-193-94/+1031
* merge trunk changes through r1258James Ahlborn2018-12-314-125/+155
|\
| * Fix length in units calculation for Access 97 text fields. Fixes #151James Ahlborn2018-12-314-125/+155
* | fix channel open options for new filesJames Ahlborn2018-12-311-5/+11
* | add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-283-37/+89
* | overrides everywhereJames Ahlborn2018-12-2044-1/+455
* | get javadocs displaying correctlyJames Ahlborn2018-12-183-3/+3
* | merge trunk changes through r1241James Ahlborn2018-12-173-4/+20
|\|
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-173-7/+23
* | add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-174-68/+158
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-153-28/+74
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-1518-567/+331
* | round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-131-7/+38
* | merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
|\|
| * minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-102-5/+11