aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/DefaultNumberFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-1/+1
* implement Format with predefined formatsJames Ahlborn2018-11-201-1/+0
* implement replace functionJames Ahlborn2018-11-031-10/+0
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-1/+1
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-19/+19
* refactor support for working with Value instancesJames Ahlborn2018-09-061-18/+18
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-1/+2
* test number functionsJames Ahlborn2018-07-171-5/+6
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-2/+3
* use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-301-3/+4
* use specific exceptions for expr evalJames Ahlborn2018-03-311-2/+3
* move rnd logic to RandomContextJames Ahlborn2018-03-231-1/+1
* implement some financial functionsJames Ahlborn2017-10-311-0/+1
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-7/+8
* implement some date/time functionsJames Ahlborn2017-09-221-9/+16
* a few more number functionsJames Ahlborn2017-09-201-22/+23
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+182