aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience
Commit message (Expand)AuthorAgeFilesLines
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-183-6/+57
* more doc updatesJames Ahlborn2018-09-062-30/+27
* refactor support for working with Value instancesJames Ahlborn2018-09-0610-249/+281
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-069-17/+228
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-248-265/+532
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+33
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-5/+5
* add some date function testsJames Ahlborn2018-07-251-5/+14
* minor updateJames Ahlborn2018-07-171-0/+2
* test number functionsJames Ahlborn2018-07-173-7/+11
* test more functionsJames Ahlborn2018-07-172-4/+6
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-173-16/+29
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-142-12/+17
* handle alternate true/false constant valuesJames Ahlborn2018-07-131-4/+11
* add more tests; add not likeJames Ahlborn2018-07-012-1/+15
* more testsJames Ahlborn2018-06-291-0/+1
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-272-6/+3
* ditch default parse contextJames Ahlborn2018-06-272-21/+1
* minor code warning cleanupsJames Ahlborn2018-06-276-86/+100
* add some tests for functions; fix said functionsJames Ahlborn2018-06-262-27/+28
* return all values in map so that default values, calc values, etc get returne...James Ahlborn2018-06-061-7/+5
* add unit tests for property expression evaluation featuresJames Ahlborn2018-06-052-2/+2
* 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-038-28/+41
* cleanup some fixmesJames Ahlborn2018-05-301-4/+1
* handle literal string default valuesJames Ahlborn2018-05-304-98/+129
* use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-302-15/+32
* normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-274-36/+73
* do not allow null result for conditionsJames Ahlborn2018-05-253-95/+95
* merge trunk changes through r1152James Ahlborn2018-05-253-14/+173
|\
| * Create new usage map correctly when adding an index to an existing table. fi...James Ahlborn2018-05-221-235/+241
| * Add some additional property keys and relevant enums for valuesJames Ahlborn2018-05-192-12/+165
* | knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-198-30/+109
* | plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-0826-131/+1484
* | start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-298-606/+822
* | use specific exceptions for expr evalJames Ahlborn2018-03-3110-68/+153
* | fix null handling for string funcsJames Ahlborn2018-03-312-6/+38
* | move rnd logic to RandomContextJames Ahlborn2018-03-235-10/+189
* | merge trunk changes through r1138James Ahlborn2018-02-0813-113/+252
|\|
| * update ddl flag for default properties even if type is explicitly provided. ...James Ahlborn2018-02-071-34/+32
| * Expose the ddl attribute on properties. Set the attribute appropriately for k...James Ahlborn2018-01-254-48/+85
| * implement sql type to DataType conversions specific to access 2016 formatJames Ahlborn2018-01-172-22/+56
| * Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-199-15/+79
| * Fix writing of property maps without any properties. fixes #144James Ahlborn2017-10-031-1/+7
* | some more financial funcs, not all fully workingJames Ahlborn2017-12-231-6/+245
* | implement some financial functionsJames Ahlborn2017-10-313-0/+203
* | handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-142-10/+52
* | long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-2315-166/+281
* | implement some date/time functionsJames Ahlborn2017-09-225-71/+365