aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* test util methodJames Ahlborn2021-07-071-0/+9
* tighten up readonly handling for external channels; minor test code refactorJames Ahlborn2021-06-101-18/+20
* add unit tests for extended date/time typeJames Ahlborn2021-06-104-9/+160
* Add basic support for access 2019+ dbs.James Ahlborn2021-06-041-0/+7
* isolate java.sql usage so that the module is not required for core jackcess u...James Ahlborn2021-01-171-2/+2
* make some useful things public; add auto module name to manifestJames Ahlborn2021-01-081-2/+2
* Add more static utility methods to DatabaseBuilder to enable more succinct ob...James Ahlborn2020-09-0711-248/+240
* cleanup importsJames Ahlborn2020-06-271-4/+0
* Add support for using Predicates to match values in Cursors. Add PatternColu...James Ahlborn2020-06-271-0/+138
* change the default DateTimeType to LOCAL_DATE_TIMEJames Ahlborn2020-05-035-0/+11
* enable expression evaluation by defaultJames Ahlborn2020-05-033-34/+39
* tag functional interfaces; use lambda syntaxJames Ahlborn2020-04-271-23/+17
* add stream support to Iterable classes; add some unit tests with streamingJames Ahlborn2020-04-243-43/+35
* better access 97 index test coverageJames Ahlborn2019-08-201-0/+0
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-195-108/+141
* use new general 97 index supportJames Ahlborn2019-08-161-50/+51
* Add Database.newTableMetaDataIterable() which enables iterating through table...James Ahlborn2019-02-201-0/+48
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-113-22/+142
* tweak unit tests to allow for slight precision variations in different jvmsJames Ahlborn2019-02-071-1/+5
* handle number formats with no required digitsJames Ahlborn2019-02-041-4/+13
* merge trunk changes through r1271James Ahlborn2019-01-311-7/+8
|\
| * Use column label from ResultSetMetaData when importing. Fixes #152James Ahlborn2019-01-291-7/+8
| * Fix parsing of escaped double quotes in expressionsJames Ahlborn2019-01-291-0/+1
* | more tests and tweaks to custom formattingJames Ahlborn2019-01-311-1/+10
* | more tests, more bug fixes for custom formatsJames Ahlborn2019-01-301-9/+41
* | add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-291-12/+182
* | implement remaining custom formatting, not testedJames Ahlborn2019-01-241-0/+20
* | fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-191-1/+16
* | fix channel open options for new filesJames Ahlborn2018-12-311-1/+1
* | cleanupJames Ahlborn2018-12-281-15/+0
* | more ldt testsJames Ahlborn2018-12-281-0/+62
* | add system prop for date/time type; rework how date/times are written based o...James Ahlborn2018-12-283-1/+93
* | merge trunk changes through r1241James Ahlborn2018-12-171-2/+4
|\|
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-171-6/+8
* | add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-173-36/+39
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-153-5/+5
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-154-27/+35
* | round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-131-0/+160
* | initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-112-12/+15
* | add support for PathJames Ahlborn2018-11-294-52/+54
* | ditch log4jJames Ahlborn2018-11-282-6/+1
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-271-21/+21
* | switch to commons lang3James Ahlborn2018-11-272-35/+33
* | update parent pom; fix test failureJames Ahlborn2018-11-271-1/+1
|/
* implement Format with predefined formatsJames Ahlborn2018-11-203-3/+62
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-151-2/+2
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-0/+6
* implement FormatDateTime functionJames Ahlborn2018-11-132-0/+9
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-0/+10
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-0/+13