| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | handle alternate decimal separators based on numeric config | James Ahlborn | 2018-10-05 | 1 | -6/+21 |
* | set default date/time and numeric config for a database | James Ahlborn | 2018-10-05 | 1 | -3/+2 |
* | rework public expression api with better locale handling; support parsing of ... | James Ahlborn | 2018-10-04 | 30 | -727/+710 |
* | add support for monthname function; implement better string to date/time conv... | James Ahlborn | 2018-09-29 | 9 | -118/+285 |
* | add support for weekdayname function | James Ahlborn | 2018-09-26 | 1 | -14/+55 |
* | implement IsNumeric; add support for hex/oct integer strings | James Ahlborn | 2018-09-18 | 3 | -6/+57 |
* | more doc updates | James Ahlborn | 2018-09-06 | 2 | -30/+27 |
* | refactor support for working with Value instances | James Ahlborn | 2018-09-06 | 10 | -249/+281 |
* | add a bunch of javadocs for expr classes | James Ahlborn | 2018-09-06 | 9 | -17/+228 |
* | minor refactor of function support; start adding top level docs for evaluatio... | James Ahlborn | 2018-08-24 | 8 | -265/+532 |
* | test TimeSerial; implement DateSerial | James Ahlborn | 2018-07-26 | 1 | -0/+33 |
* | test custom EvalConfig; fix time format | James Ahlborn | 2018-07-26 | 1 | -5/+5 |
* | add some date function tests | James Ahlborn | 2018-07-25 | 1 | -5/+14 |
* | minor update | James Ahlborn | 2018-07-17 | 1 | -0/+2 |
* | test number functions | James Ahlborn | 2018-07-17 | 3 | -7/+11 |
* | test more functions | James Ahlborn | 2018-07-17 | 2 | -4/+6 |
* | add ability to get original expression; implement some parsing tests | James Ahlborn | 2018-07-17 | 3 | -16/+29 |
* | fix handling of certain field validator expressions; add some tests for vario... | James Ahlborn | 2018-07-14 | 2 | -12/+17 |
* | handle alternate true/false constant values | James Ahlborn | 2018-07-13 | 1 | -4/+11 |
* | add more tests; add not like | James Ahlborn | 2018-07-01 | 2 | -1/+15 |
* | more tests | James Ahlborn | 2018-06-29 | 1 | -0/+1 |
* | use common method pattern between ParseContext and EvalConfig | James Ahlborn | 2018-06-27 | 2 | -6/+3 |
* | ditch default parse context | James Ahlborn | 2018-06-27 | 2 | -21/+1 |
* | minor code warning cleanups | James Ahlborn | 2018-06-27 | 6 | -86/+100 |
* | add some tests for functions; fix said functions | James Ahlborn | 2018-06-26 | 2 | -27/+28 |
* | return all values in map so that default values, calc values, etc get returne... | James Ahlborn | 2018-06-06 | 1 | -7/+5 |
* | add unit tests for property expression evaluation features | James Ahlborn | 2018-06-05 | 2 | -2/+2 |
* | allow col validator to get this column by name | James Ahlborn | 2018-06-04 | 2 | -0/+18 |
* | implement floating point number formatting which matches access | James Ahlborn | 2018-06-03 | 1 | -0/+178 |
* | implement floating point number formatting which matches access | James Ahlborn | 2018-06-03 | 8 | -28/+41 |
* | cleanup some fixmes | James Ahlborn | 2018-05-30 | 1 | -4/+1 |
* | handle literal string default values | James Ahlborn | 2018-05-30 | 4 | -98/+129 |
* | use decimal math context which matches access precision; tweak string to numb... | James Ahlborn | 2018-05-30 | 2 | -15/+32 |
* | normalize decimals when used; convert number literals to decimal instead of d... | James Ahlborn | 2018-05-27 | 4 | -36/+73 |
* | do not allow null result for conditions | James Ahlborn | 2018-05-25 | 3 | -95/+95 |
* | merge trunk changes through r1152 | James Ahlborn | 2018-05-25 | 3 | -14/+173 |
|\ |
|
| * | Create new usage map correctly when adding an index to an existing table. fi... | James Ahlborn | 2018-05-22 | 1 | -235/+241 |
| * | Add some additional property keys and relevant enums for values | James Ahlborn | 2018-05-19 | 2 | -12/+165 |
* | | knock out some fixmes; add support for custom function lookup and custom bind... | James Ahlborn | 2018-05-19 | 8 | -30/+109 |
* | | plug expr evaluation into columns/tables; create Identifier for tracking expr... | James Ahlborn | 2018-05-08 | 26 | -131/+1484 |
* | | start enforcing the required and no-zero len column properties | James Ahlborn | 2018-04-29 | 8 | -606/+822 |
* | | use specific exceptions for expr eval | James Ahlborn | 2018-03-31 | 10 | -68/+153 |
* | | fix null handling for string funcs | James Ahlborn | 2018-03-31 | 2 | -6/+38 |
* | | move rnd logic to RandomContext | James Ahlborn | 2018-03-23 | 5 | -10/+189 |
* | | merge trunk changes through r1138 | James Ahlborn | 2018-02-08 | 14 | -113/+252 |
|\| |
|
| * | update ddl flag for default properties even if type is explicitly provided. ... | James Ahlborn | 2018-02-07 | 1 | -34/+32 |
| * | Expose the ddl attribute on properties. Set the attribute appropriately for k... | James Ahlborn | 2018-01-25 | 4 | -48/+85 |
| * | implement sql type to DataType conversions specific to access 2016 format | James Ahlborn | 2018-01-17 | 2 | -22/+56 |
| * | Add full support for access 2016 databases including the new 'Large Number' (... | James Ahlborn | 2017-12-19 | 10 | -15/+79 |
| * | Fix writing of property maps without any properties. fixes #144 | James Ahlborn | 2017-10-03 | 1 | -1/+7 |