aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/BaseDelayedValue.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+10
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-3/+3
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-0/+4
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-12/+12
* 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-2/+3
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-141-1/+15
* ditch BIG_INT value typeJames Ahlborn2016-12-311-5/+0
* Value cleanup, start on functionsJames Ahlborn2016-12-241-4/+4
* ditch boolean typeJames Ahlborn2016-12-091-1/+1
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-0/+70