aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/DBEvalContext.java
Commit message (Expand)AuthorAgeFilesLines
* overrides everywhereJames Ahlborn2018-12-201-0/+11
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-14/+9
* minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-101-4/+10
* implement Format with predefined formatsJames Ahlborn2018-11-201-1/+3
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-0/+14
* set default date/time and numeric config for a databaseJames Ahlborn2018-10-051-3/+2
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-0/+19
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-271-4/+0
* minor code warning cleanupsJames Ahlborn2018-06-271-1/+1
* knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-191-8/+19
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-081-0/+88