aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/expr
Commit message (Expand)AuthorAgeFilesLines
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-1/+1
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-191-1/+7
* more javadoc fixesJames Ahlborn2018-12-191-6/+6
* get javadocs displaying correctlyJames Ahlborn2018-12-181-10/+10
* merge trunk changes through r1241James Ahlborn2018-12-171-1/+1
|\
| * Ignore column validators for read-only dbs. This will avoid irrelevant failu...James Ahlborn2018-12-171-1/+1
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-151-2/+2
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-153-43/+29
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-272-12/+12
* | switch to commons lang3James Ahlborn2018-11-271-4/+5
|/
* implement Format with predefined formatsJames Ahlborn2018-11-202-0/+47
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-151-2/+9
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-0/+7
* implement FormatDateTime functionJames Ahlborn2018-11-132-16/+74
* add more numeric configJames Ahlborn2018-11-081-2/+27
* implement DateDiff functionJames Ahlborn2018-11-061-1/+1
* implement replace functionJames Ahlborn2018-11-031-1/+1
* implement Val functionJames Ahlborn2018-11-021-1/+1
* finish DateAdd functionJames Ahlborn2018-10-291-1/+1
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-182-4/+64
* reimplemnt and test financial functionsJames Ahlborn2018-10-101-9/+6
* add support for strconv functionJames Ahlborn2018-10-051-1/+1
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-046-10/+87
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-294-18/+114
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-2/+2
* more doc updatesJames Ahlborn2018-09-062-30/+27
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-069-17/+228
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-242-0/+231
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-5/+5
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-171-1/+3
* knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-193-4/+43
* plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-084-7/+125
* use specific exceptions for expr evalJames Ahlborn2018-03-312-0/+79
* move rnd logic to RandomContextJames Ahlborn2018-03-231-1/+1
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-232-2/+2
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+3
* implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-051-1/+0
* add more type coercion, string and date to numJames Ahlborn2017-02-071-0/+10
* add date time Value accessorJames Ahlborn2017-01-262-3/+3
* better terminology for expressionsJames Ahlborn2017-01-151-1/+1
* add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-142-0/+94
* ditch BIG_INT value typeJames Ahlborn2016-12-311-5/+2
* change evaluation contextJames Ahlborn2016-12-313-5/+9
* Value cleanup, start on functionsJames Ahlborn2016-12-241-2/+2
* add result caching for pure expressionsJames Ahlborn2016-12-151-0/+2
* add method for indicating purity of an expression, possible use for future ca...James Ahlborn2016-12-151-0/+1
* ditch boolean typeJames Ahlborn2016-12-091-4/+3
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-0/+31
* reorg of expression classesJames Ahlborn2016-11-184-0/+131