aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/BaseNumericValue.java
Commit message (Expand)AuthorAgeFilesLines
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-6/+8
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-9/+6
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-8/+3
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-2/+2
* add date time Value accessorJames Ahlborn2017-01-261-0/+14
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-2/+15
* Value cleanup, start on functionsJames Ahlborn2016-12-241-5/+0
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-0/+39