| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for linked odbc tables. TableMetaData provides access to connect... | James Ahlborn | 2022-08-26 | 5 | -123/+202 |
* | Add Table methods to access the creation and last modified dates | James Ahlborn | 2021-07-07 | 1 | -0/+19 |
* | test util method | James Ahlborn | 2021-07-07 | 1 | -0/+9 |
* | tighten up readonly handling for external channels; minor test code refactor | James Ahlborn | 2021-06-10 | 1 | -18/+20 |
* | add unit tests for extended date/time type | James Ahlborn | 2021-06-10 | 4 | -9/+160 |
* | Add basic support for access 2019+ dbs. | James Ahlborn | 2021-06-04 | 1 | -0/+7 |
* | isolate java.sql usage so that the module is not required for core jackcess u... | James Ahlborn | 2021-01-17 | 1 | -2/+2 |
* | make some useful things public; add auto module name to manifest | James Ahlborn | 2021-01-08 | 1 | -2/+2 |
* | Add more static utility methods to DatabaseBuilder to enable more succinct ob... | James Ahlborn | 2020-09-07 | 11 | -248/+240 |
* | cleanup imports | James Ahlborn | 2020-06-27 | 1 | -4/+0 |
* | Add support for using Predicates to match values in Cursors. Add PatternColu... | James Ahlborn | 2020-06-27 | 1 | -0/+138 |
* | change the default DateTimeType to LOCAL_DATE_TIME | James Ahlborn | 2020-05-03 | 5 | -0/+11 |
* | enable expression evaluation by default | James Ahlborn | 2020-05-03 | 3 | -34/+39 |
* | tag functional interfaces; use lambda syntax | James Ahlborn | 2020-04-27 | 1 | -23/+17 |
* | add stream support to Iterable classes; add some unit tests with streaming | James Ahlborn | 2020-04-24 | 3 | -43/+35 |
* | better access 97 index test coverage | James Ahlborn | 2019-08-20 | 1 | -0/+0 |
* | 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 | 1 | -50/+51 |
* | Add Database.newTableMetaDataIterable() which enables iterating through table... | James Ahlborn | 2019-02-20 | 1 | -0/+48 |
* | Add ColumnFormatter utility which can apply Column Format property for displa... | James Ahlborn | 2019-02-11 | 3 | -22/+142 |
* | tweak unit tests to allow for slight precision variations in different jvms | James Ahlborn | 2019-02-07 | 1 | -1/+5 |
* | handle number formats with no required digits | James Ahlborn | 2019-02-04 | 1 | -4/+13 |
* | merge trunk changes through r1271 | James Ahlborn | 2019-01-31 | 1 | -7/+8 |
|\ |
|
| * | Use column label from ResultSetMetaData when importing. Fixes #152 | James Ahlborn | 2019-01-29 | 1 | -7/+8 |
| * | Fix parsing of escaped double quotes in expressions | James Ahlborn | 2019-01-29 | 1 | -0/+1 |
* | | more tests and tweaks to custom formatting | James Ahlborn | 2019-01-31 | 1 | -1/+10 |
* | | more tests, more bug fixes for custom formats | James Ahlborn | 2019-01-30 | 1 | -9/+41 |
* | | add unit tests, fix bugs in custom formats | James Ahlborn | 2019-01-29 | 1 | -12/+182 |
* | | implement remaining custom formatting, not tested | James Ahlborn | 2019-01-24 | 1 | -0/+20 |
* | | fix parsing of escaped double quote; implement euro format; implement most cu... | James Ahlborn | 2019-01-19 | 1 | -1/+16 |
* | | fix channel open options for new files | James Ahlborn | 2018-12-31 | 1 | -1/+1 |
* | | cleanup | James Ahlborn | 2018-12-28 | 1 | -15/+0 |
* | | more ldt tests | James Ahlborn | 2018-12-28 | 1 | -0/+62 |
* | | add system prop for date/time type; rework how date/times are written based o... | James Ahlborn | 2018-12-28 | 3 | -1/+93 |
* | | merge trunk changes through r1241 | James Ahlborn | 2018-12-17 | 1 | -2/+4 |
|\| |
|
| * | Ignore column validators for read-only dbs. This will avoid irrelevant failu... | James Ahlborn | 2018-12-17 | 1 | -6/+8 |
* | | add LocalDateTime variants for various public Date based methods | James Ahlborn | 2018-12-17 | 3 | -36/+39 |
* | | use interface to pass zone info into date/time conversion methods | James Ahlborn | 2018-12-15 | 3 | -5/+5 |
* | | switch expression engine to LocalDateTime | James Ahlborn | 2018-12-15 | 4 | -27/+35 |
* | | round LDT date/times to millis; add some initial tests for LDT times | James Ahlborn | 2018-12-13 | 1 | -0/+160 |
* | | initial support for LocalDateTime and Temporal types | James Ahlborn | 2018-12-11 | 2 | -12/+15 |
* | | add support for Path | James Ahlborn | 2018-11-29 | 4 | -52/+54 |
* | | ditch log4j | James Ahlborn | 2018-11-28 | 2 | -6/+1 |
* | | upgrade poi; upgrade various plugins | James Ahlborn | 2018-11-27 | 1 | -21/+21 |
* | | switch to commons lang3 | James Ahlborn | 2018-11-27 | 2 | -35/+33 |
* | | update parent pom; fix test failure | James Ahlborn | 2018-11-27 | 1 | -1/+1 |
|/ |
|
* | implement Format with predefined formats | James Ahlborn | 2018-11-20 | 3 | -3/+62 |
* | currency format uses parens; add bool predefined formats | James Ahlborn | 2018-11-15 | 1 | -2/+2 |
* | cache and reuse DecimalFormat instances | James Ahlborn | 2018-11-13 | 1 | -0/+6 |
* | implement FormatDateTime function | James Ahlborn | 2018-11-13 | 2 | -0/+9 |