aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/BaseValue.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+8
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-4/+4
* implement Format with predefined formatsJames Ahlborn2018-11-201-1/+0
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-8/+12
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-9/+9
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-2/+3
* use specific exceptions for expr evalJames Ahlborn2018-03-311-2/+3
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-1/+6
* add date time Value accessorJames Ahlborn2017-01-261-1/+2
* 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-2/+2
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-0/+72