aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* add more numeric configJames Ahlborn2018-11-081-450/+407
* implement DateDiff functionJames Ahlborn2018-11-061-0/+69
* implement replace functionJames Ahlborn2018-11-031-0/+16
* implement Val functionJames Ahlborn2018-11-021-0/+10
* finish DateAdd functionJames Ahlborn2018-10-291-0/+17
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-182-3/+29
* fix broken testJames Ahlborn2018-10-101-2/+2
* reimplemnt and test financial functionsJames Ahlborn2018-10-101-61/+94
* add support for strconv functionJames Ahlborn2018-10-052-0/+9
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-8/+20
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-292-2/+34
* add support for weekdayname functionJames Ahlborn2018-09-261-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-182-0/+18
* refactor support for working with Value instancesJames Ahlborn2018-09-062-6/+6
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-1/+2
* fix compiler warningJames Ahlborn2018-08-231-2/+2