aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix edge case which can cause table to be considered corrupt. Fixes #156James Ahlborn2022-10-282-78/+92
* prep for releaseJames Ahlborn2022-08-261-1/+1
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-2614-206/+627
* update some docsJames Ahlborn2021-11-112-7/+6
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-076-1/+75
* test util methodJames Ahlborn2021-07-071-0/+9
* prep for releaseJames Ahlborn2021-06-221-1/+1
* tighten up readonly handling for external channels; minor test code refactorJames Ahlborn2021-06-102-22/+34
* update docsJames Ahlborn2021-06-103-3/+3
* add unit tests for extended date/time typeJames Ahlborn2021-06-105-12/+163
* Add support for extended date/time type in access 2019+ dbsJames Ahlborn2021-06-085-13/+177
* Add basic support for access 2019+ dbs.James Ahlborn2021-06-046-4/+47
* ignore trailing spaces when creating text index entriesJames Ahlborn2021-01-243-16/+35
* prep for releaseJames Ahlborn2021-01-212-2/+2
* no longer need to use initCausemodulesJames Ahlborn2021-01-204-15/+9
* update changes for 4.0.0 releaseJames Ahlborn2021-01-201-0/+15
* some doc tweaksJames Ahlborn2021-01-194-8/+15
* tweak exampleJames Ahlborn2021-01-181-4/+2
* update documentation and versionJames Ahlborn2021-01-184-9/+89
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-179-62/+192
* update docsJames Ahlborn2021-01-161-0/+14
* make some useful things public; add auto module name to manifestJames Ahlborn2021-01-084-6/+8
* minor code cleanupJames Ahlborn2020-09-111-3/+2
* prep for releaseJames Ahlborn2020-09-111-1/+1
* Add more static utility methods to DatabaseBuilder to enable more succinct ob...James Ahlborn2020-09-0714-248/+336
* fix grammarJames Ahlborn2020-07-311-1/+1
* prep for releaseJames Ahlborn2020-07-312-5/+4
* add details about 3.5 upgradeJames Ahlborn2020-06-283-5/+66
* cleanup importsJames Ahlborn2020-06-271-4/+0
* reference feature requestJames Ahlborn2020-06-271-1/+2
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-278-85/+390
* bump version due to backards incompat changesJames Ahlborn2020-05-031-1/+1
* change the default DateTimeType to LOCAL_DATE_TIMEJames Ahlborn2020-05-037-2/+16
* enable expression evaluation by defaultJames Ahlborn2020-05-036-41/+52
* tag functional interfaces; use lambda syntaxJames Ahlborn2020-04-276-28/+27
* add stream support to Iterable classes; add some unit tests with streamingJames Ahlborn2020-04-2412-84/+177
* use default remove implJames Ahlborn2020-04-242-10/+0
* tweak site docsJames Ahlborn2019-08-211-3/+3
* better access 97 index test coverageJames Ahlborn2019-08-201-0/+0
* add changelog entry for access 97 index supportJames Ahlborn2019-08-191-0/+6
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-195-108/+141
* use new general 97 index supportJames Ahlborn2019-08-163-97/+117
* fix handling of descending indexesJames Ahlborn2019-08-121-13/+9
* reword extra code handling for gen 97 indexesJames Ahlborn2019-08-114-179/+309
* 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
* convenience method for using case insensitive matcherJames Ahlborn2019-08-061-22/+30
* initial index codes for access97 general collation orderJames Ahlborn2019-08-063-0/+410