aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2021-01-211-4/+4
* [maven-release-plugin] prepare release jackcess-4.0.0James Ahlborn2021-01-211-4/+4
* prep for releaseJames Ahlborn2021-01-212-2/+2
* merge modules branchJames Ahlborn2021-01-2121-90/+331
|\
| * 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-185-10/+90
| * 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-085-6/+9
| * [maven-release-plugin] copy for branch modulesJames Ahlborn2021-01-060-0/+0
* | [maven-release-plugin] rollback changes from release preparation of modulesJames Ahlborn2021-01-061-4/+4
|/
* [maven-release-plugin] prepare branch modulesJames Ahlborn2021-01-061-4/+4
* update junitJames Ahlborn2020-12-111-1/+1
* minor code cleanupJames Ahlborn2020-09-111-3/+2
* update orgJames Ahlborn2020-09-111-1/+0
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2020-09-111-4/+4
* [maven-release-plugin] prepare release jackcess-3.5.1James Ahlborn2020-09-111-4/+4
* 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
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2020-07-311-4/+4
* [maven-release-plugin] prepare release jackcess-3.5.0James Ahlborn2020-07-311-4/+4
* 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
* bump version due to backards incompat changesJames Ahlborn2020-05-032-2/+2
* change the default DateTimeType to LOCAL_DATE_TIMEJames Ahlborn2020-05-037-2/+16
* enable expression evaluation by defaultJames Ahlborn2020-05-036-41/+52
* update some depsJames Ahlborn2020-04-291-2/+2
* 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 docJames Ahlborn2020-01-301-1/+0
* tweak docJames Ahlborn2020-01-301-0/+1
* 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
* merge branch a97_indexes changes through r1313James Ahlborn2019-08-1919-379/+1095
|\
| * 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