| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | no longer need to use initCausemodules | James Ahlborn | 2021-01-20 | 4 | -15/+9 |
| * | update changes for 4.0.0 release | James Ahlborn | 2021-01-20 | 1 | -0/+15 |
| * | some doc tweaks | James Ahlborn | 2021-01-19 | 4 | -8/+15 |
| * | tweak example | James Ahlborn | 2021-01-18 | 1 | -4/+2 |
| * | update documentation and version | James Ahlborn | 2021-01-18 | 5 | -10/+90 |
| * | isolate java.sql usage so that the module is not required for core jackcess u... | James Ahlborn | 2021-01-17 | 9 | -62/+192 |
| * | update docs | James Ahlborn | 2021-01-16 | 1 | -0/+14 |
| * | make some useful things public; add auto module name to manifest | James Ahlborn | 2021-01-08 | 5 | -6/+9 |
| * | [maven-release-plugin] copy for branch modules | James Ahlborn | 2021-01-06 | 0 | -0/+0 |
* | | [maven-release-plugin] rollback changes from release preparation of modules | James Ahlborn | 2021-01-06 | 1 | -4/+4 |
|/ |
|
* | [maven-release-plugin] prepare branch modules | James Ahlborn | 2021-01-06 | 1 | -4/+4 |
* | update junit | James Ahlborn | 2020-12-11 | 1 | -1/+1 |
* | minor code cleanup | James Ahlborn | 2020-09-11 | 1 | -3/+2 |
* | update org | James Ahlborn | 2020-09-11 | 1 | -1/+0 |
* | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2020-09-11 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release jackcess-3.5.1 | James Ahlborn | 2020-09-11 | 1 | -4/+4 |
* | prep for release | James Ahlborn | 2020-09-11 | 1 | -1/+1 |
* | Add more static utility methods to DatabaseBuilder to enable more succinct ob... | James Ahlborn | 2020-09-07 | 14 | -248/+336 |
* | fix grammar | James Ahlborn | 2020-07-31 | 1 | -1/+1 |
* | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2020-07-31 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release jackcess-3.5.0 | James Ahlborn | 2020-07-31 | 1 | -4/+4 |
* | prep for release | James Ahlborn | 2020-07-31 | 2 | -5/+4 |
* | add details about 3.5 upgrade | James Ahlborn | 2020-06-28 | 3 | -5/+66 |
* | cleanup imports | James Ahlborn | 2020-06-27 | 1 | -4/+0 |
* | reference feature request | James Ahlborn | 2020-06-27 | 1 | -1/+2 |
* | Add support for using Predicates to match values in Cursors. Add PatternColu... | James Ahlborn | 2020-06-27 | 8 | -85/+390 |
* | bump version due to backards incompat changes | James Ahlborn | 2020-05-03 | 1 | -1/+1 |
* | bump version due to backards incompat changes | James Ahlborn | 2020-05-03 | 2 | -2/+2 |
* | change the default DateTimeType to LOCAL_DATE_TIME | James Ahlborn | 2020-05-03 | 7 | -2/+16 |
* | enable expression evaluation by default | James Ahlborn | 2020-05-03 | 6 | -41/+52 |
* | update some deps | James Ahlborn | 2020-04-29 | 1 | -2/+2 |
* | tag functional interfaces; use lambda syntax | James Ahlborn | 2020-04-27 | 6 | -28/+27 |
* | add stream support to Iterable classes; add some unit tests with streaming | James Ahlborn | 2020-04-24 | 12 | -84/+177 |
* | use default remove impl | James Ahlborn | 2020-04-24 | 2 | -10/+0 |
* | tweak doc | James Ahlborn | 2020-01-30 | 1 | -1/+0 |
* | tweak doc | James Ahlborn | 2020-01-30 | 1 | -0/+1 |
* | tweak site docs | James Ahlborn | 2019-08-21 | 1 | -3/+3 |
* | better access 97 index test coverage | James Ahlborn | 2019-08-20 | 1 | -0/+0 |
* | add changelog entry for access 97 index support | James Ahlborn | 2019-08-19 | 1 | -0/+6 |
* | merge branch a97_indexes changes through r1313 | James Ahlborn | 2019-08-19 | 19 | -379/+1095 |
|\ |
|
| * | add unit tests for access 97 text indexesa97_indexes | James Ahlborn | 2019-08-19 | 5 | -108/+141 |
| * | use new general 97 index support | James Ahlborn | 2019-08-16 | 3 | -97/+117 |
| * | fix handling of descending indexes | James Ahlborn | 2019-08-12 | 1 | -13/+9 |
| * | reword extra code handling for gen 97 indexes | James Ahlborn | 2019-08-11 | 4 | -179/+309 |
| * | initial support for writing access 97 indexes | James Ahlborn | 2019-08-06 | 1 | -22/+107 |
| * | add new sort order for legacy 97 collation order | James Ahlborn | 2019-08-06 | 2 | -15/+27 |
| * | use StandardCharset | James Ahlborn | 2019-08-06 | 1 | -60/+61 |
| * | add separate method for reading root db page | James Ahlborn | 2019-08-06 | 3 | -45/+66 |
| * | convenience method for using case insensitive matcher | James Ahlborn | 2019-08-06 | 1 | -22/+30 |
| * | initial index codes for access97 general collation order | James Ahlborn | 2019-08-06 | 3 | -0/+410 |