aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+9
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-262-3/+82
* add some date function testsJames Ahlborn2018-07-252-3/+26
* test number functionsJames Ahlborn2018-07-171-0/+41
* test more functionsJames Ahlborn2018-07-172-2/+54
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-172-0/+33
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-142-28/+159
* add more tests; add not likeJames Ahlborn2018-07-011-2/+46
* more testsJames Ahlborn2018-06-291-0/+35