| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | implement FormatCurrency and FormatPercent | James Ahlborn | 2018-11-08 | 1 | -0/+10 |
* | fill out remaining tests for FormatNumber | James Ahlborn | 2018-11-08 | 1 | -0/+13 |
* | add more numeric config | James Ahlborn | 2018-11-08 | 1 | -450/+407 |
* | implement DateDiff function | James Ahlborn | 2018-11-06 | 1 | -0/+69 |
* | implement replace function | James Ahlborn | 2018-11-03 | 1 | -0/+16 |
* | implement Val function | James Ahlborn | 2018-11-02 | 1 | -0/+10 |
* | finish DateAdd function | James Ahlborn | 2018-10-29 | 1 | -0/+17 |
* | rework string conversion to date; add support for dates with implicit years; ... | James Ahlborn | 2018-10-18 | 2 | -3/+29 |
* | fix broken test | James Ahlborn | 2018-10-10 | 1 | -2/+2 |
* | reimplemnt and test financial functions | James Ahlborn | 2018-10-10 | 1 | -61/+94 |
* | add support for strconv function | James Ahlborn | 2018-10-05 | 2 | -0/+9 |
* | rework public expression api with better locale handling; support parsing of ... | James Ahlborn | 2018-10-04 | 1 | -8/+20 |
* | add support for monthname function; implement better string to date/time conv... | James Ahlborn | 2018-09-29 | 2 | -2/+34 |
* | add support for weekdayname function | James Ahlborn | 2018-09-26 | 1 | -0/+6 |
* | implement IsNumeric; add support for hex/oct integer strings | James Ahlborn | 2018-09-18 | 2 | -0/+18 |
* | refactor support for working with Value instances | James Ahlborn | 2018-09-06 | 2 | -6/+6 |
* | minor refactor of function support; start adding top level docs for evaluatio... | James Ahlborn | 2018-08-24 | 1 | -1/+2 |
* | fix compiler warning | James Ahlborn | 2018-08-23 | 1 | -2/+2 |
* | test TimeSerial; implement DateSerial | James Ahlborn | 2018-07-26 | 1 | -0/+9 |
* | test custom EvalConfig; fix time format | James Ahlborn | 2018-07-26 | 2 | -3/+82 |
* | add some date function tests | James Ahlborn | 2018-07-25 | 2 | -3/+26 |
* | test number functions | James Ahlborn | 2018-07-17 | 1 | -0/+41 |
* | test more functions | James Ahlborn | 2018-07-17 | 2 | -2/+54 |
* | add ability to get original expression; implement some parsing tests | James Ahlborn | 2018-07-17 | 2 | -0/+33 |
* | fix handling of certain field validator expressions; add some tests for vario... | James Ahlborn | 2018-07-14 | 2 | -28/+159 |
* | add more tests; add not like | James Ahlborn | 2018-07-01 | 1 | -2/+46 |
* | more tests | James Ahlborn | 2018-06-29 | 1 | -0/+35 |
* | use common method pattern between ParseContext and EvalConfig | James Ahlborn | 2018-06-27 | 1 | -3/+3 |
* | ditch default parse context | James Ahlborn | 2018-06-27 | 1 | -3/+5 |
* | add some tests for functions; fix said functions | James Ahlborn | 2018-06-26 | 1 | -1/+25 |
* | more number format unit tests | James Ahlborn | 2018-06-06 | 1 | -0/+19 |
* | add number format unit tests; update tests based on new formatting | James Ahlborn | 2018-06-05 | 2 | -44/+131 |
* | add unit tests for property expression evaluation features | James Ahlborn | 2018-06-05 | 2 | -31/+314 |
* | implement floating point number formatting which matches access | James Ahlborn | 2018-06-03 | 1 | -3/+4 |
* | handle literal string default values | James Ahlborn | 2018-05-30 | 1 | -5/+24 |
* | use decimal math context which matches access precision; tweak string to numb... | James Ahlborn | 2018-05-30 | 1 | -3/+4 |
* | normalize decimals when used; convert number literals to decimal instead of d... | James Ahlborn | 2018-05-27 | 1 | -8/+17 |
* | merge trunk changes through r1152 | James Ahlborn | 2018-05-25 | 1 | -0/+13 |
|\ |
|
| * | Add some additional property keys and relevant enums for values | James Ahlborn | 2018-05-19 | 1 | -24/+37 |
* | | knock out some fixmes; add support for custom function lookup and custom bind... | James Ahlborn | 2018-05-19 | 1 | -18/+33 |
* | | plug expr evaluation into columns/tables; create Identifier for tracking expr... | James Ahlborn | 2018-05-08 | 2 | -2/+171 |
* | | start enforcing the required and no-zero len column properties | James Ahlborn | 2018-04-29 | 1 | -27/+140 |
* | | use specific exceptions for expr eval | James Ahlborn | 2018-03-31 | 1 | -12/+4 |
* | | fix null handling for string funcs | James Ahlborn | 2018-03-31 | 1 | -0/+9 |
* | | move rnd logic to RandomContext | James Ahlborn | 2018-03-23 | 1 | -16/+3 |
* | | merge trunk changes through r1138 | James Ahlborn | 2018-02-08 | 3 | -3/+133 |
|\| |
|
| * | Expose the ddl attribute on properties. Set the attribute appropriately for k... | James Ahlborn | 2018-01-25 | 1 | -3/+5 |
| * | implement sql type to DataType conversions specific to access 2016 format | James Ahlborn | 2018-01-17 | 1 | -0/+26 |
| * | Add full support for access 2016 databases including the new 'Large Number' (... | James Ahlborn | 2017-12-19 | 1 | -0/+102 |
* | | some more financial funcs, not all fully working | James Ahlborn | 2017-12-23 | 1 | -0/+68 |