aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience
Commit message (Expand)AuthorAgeFilesLines
* cleanup some compiler warnings, thanks Markus SpannJames Ahlborn2024-02-088-53/+26
* fix NumberFormatter so that it formats according to the locale of the current dbJames Ahlborn2024-02-032-59/+75
* ensure unit tests run reliably in different localesJames Ahlborn2024-02-013-19/+32
* Add option to DatabaseBuilder for ignoring broken system catalog indexes. Fi...James Ahlborn2023-01-124-13/+42
* Add support for linked odbc tables. TableMetaData provides access to connect...James Ahlborn2022-08-263-123/+202
* Add Table methods to access the creation and last modified datesJames Ahlborn2021-07-071-0/+19
* 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-103-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
* add unit tests for access 97 text indexesa97_indexesJames Ahlborn2019-08-194-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
* | 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