aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/DefaultDateFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupsJames Ahlborn2019-02-061-1/+1
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-191-1/+1
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-262/+187
* beginnings of general format supportJames Ahlborn2018-11-131-2/+2
* implement DateDiff functionJames Ahlborn2018-11-061-5/+163
* implement replace functionJames Ahlborn2018-11-031-12/+0
* finish DateAdd functionJames Ahlborn2018-10-291-2/+0
* initial work for DateAdd functionJames Ahlborn2018-10-281-0/+43
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-54/+150
* reimplemnt and test financial functionsJames Ahlborn2018-10-101-8/+0
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-58/+43
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-7/+50
* add support for weekdayname functionJames Ahlborn2018-09-261-14/+55
* refactor support for working with Value instancesJames Ahlborn2018-09-061-26/+26
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-0/+1
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+33
* add some date function testsJames Ahlborn2018-07-251-5/+14
* minor code warning cleanupsJames Ahlborn2018-06-271-2/+3
* add some tests for functions; fix said functionsJames Ahlborn2018-06-261-14/+15
* use specific exceptions for expr evalJames Ahlborn2018-03-311-1/+2
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-33/+89
* implement some date/time functionsJames Ahlborn2017-09-221-0/+218