aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/DefaultTextFunctions.java
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* | switch to commons lang3James Ahlborn2018-11-271-6/+6
|/
* beginnings of general format supportJames Ahlborn2018-11-131-0/+20
* share nchars implJames Ahlborn2018-11-131-2/+6
* implement replace functionJames Ahlborn2018-11-031-12/+59
* add support for strconv functionJames Ahlborn2018-10-051-0/+48
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-35/+36
* refactor support for working with Value instancesJames Ahlborn2018-09-061-30/+30
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-0/+1
* test number functionsJames Ahlborn2018-07-171-2/+3
* test more functionsJames Ahlborn2018-07-171-2/+4
* add some tests for functions; fix said functionsJames Ahlborn2018-06-261-13/+13
* use specific exceptions for expr evalJames Ahlborn2018-03-311-5/+6
* fix null handling for string funcsJames Ahlborn2018-03-311-3/+3
* long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-231-15/+15
* split out function groups; implement numeric functionsJames Ahlborn2017-09-201-0/+379