aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-0/+10
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-0/+13
* add more numeric configJames Ahlborn2018-11-081-450/+407
* implement DateDiff functionJames Ahlborn2018-11-061-0/+69
* implement replace functionJames Ahlborn2018-11-031-0/+16
* implement Val functionJames Ahlborn2018-11-021-0/+10
* finish DateAdd functionJames Ahlborn2018-10-291-0/+17
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-182-3/+29
* fix broken testJames Ahlborn2018-10-101-2/+2
* reimplemnt and test financial functionsJames Ahlborn2018-10-101-61/+94
* add support for strconv functionJames Ahlborn2018-10-052-0/+9
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-041-8/+20
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-292-2/+34
* add support for weekdayname functionJames Ahlborn2018-09-261-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-182-0/+18
* refactor support for working with Value instancesJames Ahlborn2018-09-062-6/+6
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-241-1/+2
* fix compiler warningJames Ahlborn2018-08-231-2/+2
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+9
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-262-3/+82
* add some date function testsJames Ahlborn2018-07-252-3/+26
* test number functionsJames Ahlborn2018-07-171-0/+41
* test more functionsJames Ahlborn2018-07-172-2/+54
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-172-0/+33
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-141-28/+68
* add more tests; add not likeJames Ahlborn2018-07-011-2/+46
* more testsJames Ahlborn2018-06-291-0/+35
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-271-3/+3
* ditch default parse contextJames Ahlborn2018-06-271-3/+5
* add some tests for functions; fix said functionsJames Ahlborn2018-06-261-1/+25
* 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-052-31/+314
* implement floating point number formatting which matches accessJames Ahlborn2018-06-031-3/+4
* handle literal string default valuesJames Ahlborn2018-05-301-5/+24
* use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-301-3/+4
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-271-8/+17
* merge trunk changes through r1152James Ahlborn2018-05-251-0/+13
|\
| * Add some additional property keys and relevant enums for valuesJames Ahlborn2018-05-191-24/+37
* | knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-191-18/+33
* | plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-082-2/+171
* | start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-291-27/+140
* | use specific exceptions for expr evalJames Ahlborn2018-03-311-12/+4
* | fix null handling for string funcsJames Ahlborn2018-03-311-0/+9
* | move rnd logic to RandomContextJames Ahlborn2018-03-231-16/+3
* | merge trunk changes through r1138James Ahlborn2018-02-083-3/+133
|\|
| * Expose the ddl attribute on properties. Set the attribute appropriately for k...James Ahlborn2018-01-251-3/+5
| * implement sql type to DataType conversions specific to access 2016 formatJames Ahlborn2018-01-171-0/+26
| * Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-191-0/+102
* | some more financial funcs, not all fully workingJames Ahlborn2017-12-231-0/+68