aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/impl/expr/DefaultFunctionsTest.java
Commit message (Expand)AuthorAgeFilesLines
* ensure unit tests run reliably in different localesJames Ahlborn2024-02-011-7/+10
* 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
* 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
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-3/+4
* update parent pom; fix test failureJames Ahlborn2018-11-271-1/+1
* implement Format with predefined formatsJames Ahlborn2018-11-201-0/+59
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-151-2/+2
* implement FormatDateTime functionJames Ahlborn2018-11-131-0/+8
* 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-181-2/+28
* 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-051-0/+5
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-0/+9
* add support for weekdayname functionJames Ahlborn2018-09-261-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+14
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+9
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-2/+5
* add some date function testsJames Ahlborn2018-07-251-0/+23
* test number functionsJames Ahlborn2018-07-171-0/+41
* test more functionsJames Ahlborn2018-07-171-0/+54
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-171-0/+2
* add some tests for functions; fix said functionsJames Ahlborn2018-06-261-1/+25
* add number format unit tests; update tests based on new formattingJames Ahlborn2018-06-051-44/+44
* use specific exceptions for expr evalJames Ahlborn2018-03-311-12/+4
* fix null handling for string funcsJames Ahlborn2018-03-311-0/+9
* some more financial funcs, not all fully workingJames Ahlborn2017-12-231-0/+68
* implement some financial functionsJames Ahlborn2017-10-311-0/+36
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-9/+9
* bug fixes and unit testsJames Ahlborn2017-09-191-0/+21
* fix some cast functions; more unit testsJames Ahlborn2017-09-101-0/+17
* add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-061-0/+54