aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* reimplemnt and test financial functionsJames Ahlborn2018-10-105-364/+341
* add support for strconv functionJames Ahlborn2018-10-055-16/+73
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
* handle alternate decimal separators based on numeric configJames Ahlborn2018-10-051-6/+21
* 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-0431-735/+730
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-2911-120/+319
* add support for weekdayname functionJames Ahlborn2018-09-262-14/+61
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-185-6/+75
* spellingJames Ahlborn2018-09-091-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2018-09-091-4/+4
* [maven-release-plugin] prepare release jackcess-2.2.0James Ahlborn2018-09-091-4/+4
* prep for releaseJames Ahlborn2018-09-092-1/+14
* more doc updatesJames Ahlborn2018-09-062-30/+27
* refactor support for working with Value instancesJames Ahlborn2018-09-0612-255/+287
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-0610-23/+235
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-2410-266/+543
* fix compiler warningJames Ahlborn2018-08-231-2/+2
* update parent pom; update urls for httpsJames Ahlborn2018-07-297-24/+24
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-262-0/+42
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-263-8/+87
* add some date function testsJames Ahlborn2018-07-253-8/+40
* minor updateJames Ahlborn2018-07-171-0/+2
* test number functionsJames Ahlborn2018-07-174-7/+52
* test more functionsJames Ahlborn2018-07-174-6/+60
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-175-16/+62
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-144-40/+176
* handle alternate true/false constant valuesJames Ahlborn2018-07-131-4/+11
* add more tests; add not likeJames Ahlborn2018-07-013-3/+61
* more testsJames Ahlborn2018-06-292-0/+36
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-273-9/+6
* ditch default parse contextJames Ahlborn2018-06-273-24/+6
* minor code warning cleanupsJames Ahlborn2018-06-276-86/+100
* bump version for moderate feature updateJames Ahlborn2018-06-261-1/+1
* merge branch exprs changes through r1171James Ahlborn2018-06-2660-482/+10362
|\
| * merge trunk changes through r1170exprsJames Ahlborn2018-06-262-2/+2
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2018-06-261-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.12James Ahlborn2018-06-261-4/+4
* | prep for releaseJames Ahlborn2018-06-261-1/+1
| * add some tests for functions; fix said functionsJames Ahlborn2018-06-263-28/+53
| * return all values in map so that default values, calc values, etc get returne...James Ahlborn2018-06-061-7/+5
| * more number format unit testsJames Ahlborn2018-06-061-0/+19
| * add number format unit tests; update tests based on new formattingJames Ahlborn2018-06-052-44/+131
| * add unit tests for property expression evaluation featuresJames Ahlborn2018-06-054-33/+316
| * allow col validator to get this column by nameJames Ahlborn2018-06-042-0/+18
| * implement floating point number formatting which matches accessJames Ahlborn2018-06-031-0/+178
| * implement floating point number formatting which matches accessJames Ahlborn2018-06-039-31/+45
| * cleanup some fixmesJames Ahlborn2018-05-301-4/+1
| * handle literal string default valuesJames Ahlborn2018-05-305-103/+153