aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/ValueSupport.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+2
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-21/+28
* implement FormatDateTime functionJames Ahlborn2018-11-131-5/+7
* implement Val functionJames Ahlborn2018-11-021-2/+5
* finish DateAdd functionJames Ahlborn2018-10-291-3/+17
* initial work for DateAdd functionJames Ahlborn2018-10-281-1/+19
* add support for strconv functionJames Ahlborn2018-10-051-15/+15
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-36/+7
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-291-4/+4
* refactor support for working with Value instancesJames Ahlborn2018-09-061-0/+162