aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/DefaultFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-3/+4
* overrides everywhereJames Ahlborn2018-12-201-0/+1
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-9/+6
* implement Format with predefined formatsJames Ahlborn2018-11-201-52/+29
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-151-2/+4
* share nchars implJames Ahlborn2018-11-131-8/+2
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-131-12/+13
* implement FormatDateTime functionJames Ahlborn2018-11-131-5/+62
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-43/+73
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-2/+5
* add more numeric configJames Ahlborn2018-11-081-6/+19
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
* implement Val functionJames Ahlborn2018-11-021-37/+46
* finish DateAdd functionJames Ahlborn2018-10-291-0/+39
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-181-11/+40
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-17/+17
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+20
* refactor support for working with Value instancesJames Ahlborn2018-09-061-20/+20
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-209/+1
* test more functionsJames Ahlborn2018-07-171-2/+2
* ditch default parse contextJames Ahlborn2018-06-271-4/+1
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-1/+2
* knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-191-14/+21
* use specific exceptions for expr evalJames Ahlborn2018-03-311-7/+8
* fix null handling for string funcsJames Ahlborn2018-03-311-3/+35
* implement some financial functionsJames Ahlborn2017-10-311-0/+1
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-24/+116
* implement some date/time functionsJames Ahlborn2017-09-221-42/+95
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-350/+26
* bug fixes and unit testsJames Ahlborn2017-09-191-3/+3
* fix some cast functions; more unit testsJames Ahlborn2017-09-101-6/+20
* add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-061-5/+5
* implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-051-13/+313
* implement various functionsJames Ahlborn2017-08-171-4/+237
* change evaluation contextJames Ahlborn2016-12-311-11/+15
* Value cleanup, start on functionsJames Ahlborn2016-12-241-10/+8
* add method for indicating purity of an expression, possible use for future ca...James Ahlborn2016-12-151-0/+4
* checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-091-17/+0
* reorg of expression classesJames Ahlborn2016-11-181-0/+155