| Commit message (Expand) | Author | Age | Files | Lines |
* | tighten up readonly handling for external channels; minor test code refactor | James Ahlborn | 2021-06-10 | 1 | -4/+14 |
* | add unit tests for extended date/time type | James Ahlborn | 2021-06-10 | 1 | -3/+3 |
* | Add support for extended date/time type in access 2019+ dbs | James Ahlborn | 2021-06-08 | 4 | -13/+174 |
* | Add basic support for access 2019+ dbs. | James Ahlborn | 2021-06-04 | 4 | -4/+37 |
* | ignore trailing spaces when creating text index entries | James Ahlborn | 2021-01-24 | 2 | -16/+30 |
* | no longer need to use initCausemodules | James Ahlborn | 2021-01-20 | 4 | -15/+9 |
* | isolate java.sql usage so that the module is not required for core jackcess u... | James Ahlborn | 2021-01-17 | 8 | -60/+190 |
* | make some useful things public; add auto module name to manifest | James Ahlborn | 2021-01-08 | 3 | -4/+6 |
* | minor code cleanup | James Ahlborn | 2020-09-11 | 1 | -3/+2 |
* | Add more static utility methods to DatabaseBuilder to enable more succinct ob... | James Ahlborn | 2020-09-07 | 2 | -0/+90 |
* | add details about 3.5 upgrade | James Ahlborn | 2020-06-28 | 1 | -3/+4 |
* | Add support for using Predicates to match values in Cursors. Add PatternColu... | James Ahlborn | 2020-06-27 | 6 | -85/+247 |
* | change the default DateTimeType to LOCAL_DATE_TIME | James Ahlborn | 2020-05-03 | 1 | -2/+2 |
* | enable expression evaluation by default | James Ahlborn | 2020-05-03 | 2 | -7/+7 |
* | tag functional interfaces; use lambda syntax | James Ahlborn | 2020-04-27 | 5 | -5/+10 |
* | add stream support to Iterable classes; add some unit tests with streaming | James Ahlborn | 2020-04-24 | 9 | -41/+142 |
* | use default remove impl | James Ahlborn | 2020-04-24 | 2 | -10/+0 |
* | use new general 97 index support | James Ahlborn | 2019-08-16 | 2 | -47/+66 |
* | 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 |
* | add convenience method for opening with Path | James Ahlborn | 2019-07-21 | 1 | -0/+14 |
* | Add Database.newTableMetaDataIterable() which enables iterating through table... | James Ahlborn | 2019-02-20 | 2 | -11/+91 |
* | Add ColumnFormatter utility which can apply Column Format property for displa... | James Ahlborn | 2019-02-11 | 8 | -43/+250 |
* | minor cleanups | James Ahlborn | 2019-02-06 | 2 | -7/+7 |
* | handle number formats with no required digits | James Ahlborn | 2019-02-04 | 1 | -12/+57 |
* | merge trunk changes through r1271 | James Ahlborn | 2019-01-31 | 1 | -44/+44 |
|\ |
|
| * | Use column label from ResultSetMetaData when importing. Fixes #152 | James Ahlborn | 2019-01-29 | 1 | -44/+44 |
| * | Fix parsing of escaped double quotes in expressions | James Ahlborn | 2019-01-29 | 1 | -1/+0 |
* | | more tests and tweaks to custom formatting | James Ahlborn | 2019-01-31 | 1 | -75/+92 |
* | | more tests, more bug fixes for custom formats | James Ahlborn | 2019-01-30 | 1 | -6/+14 |
* | | add unit tests, fix bugs in custom formats | James Ahlborn | 2019-01-29 | 1 | -49/+144 |
* | | implement remaining custom formatting, not tested | James Ahlborn | 2019-01-24 | 2 | -166/+418 |
* | | fix parsing of escaped double quote; implement euro format; implement most cu... | James Ahlborn | 2019-01-19 | 4 | -95/+1038 |
* | | merge trunk changes through r1258 | James Ahlborn | 2018-12-31 | 6 | -146/+191 |
|\| |
|
| * | Fix length in units calculation for Access 97 text fields. Fixes #151 | James Ahlborn | 2018-12-31 | 5 | -131/+178 |
| * | use fromUnitSize | James Ahlborn | 2018-12-29 | 2 | -40/+38 |
* | | fix channel open options for new files | James Ahlborn | 2018-12-31 | 1 | -5/+11 |
* | | add system prop for date/time type; rework how date/times are written based o... | James Ahlborn | 2018-12-28 | 4 | -38/+97 |
* | | overrides everywhere | James Ahlborn | 2018-12-20 | 61 | -1/+481 |
* | | more javadoc fixes | James Ahlborn | 2018-12-19 | 1 | -6/+6 |
* | | get javadocs displaying correctly | James Ahlborn | 2018-12-18 | 16 | -44/+44 |
* | | merge trunk changes through r1241 | James Ahlborn | 2018-12-17 | 6 | -12/+38 |
|\| |
|
| * | Ignore column validators for read-only dbs. This will avoid irrelevant failu... | James Ahlborn | 2018-12-17 | 6 | -27/+53 |
* | | add LocalDateTime variants for various public Date based methods | James Ahlborn | 2018-12-17 | 9 | -85/+239 |