aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* implement replace functionJames Ahlborn2018-11-035-35/+78
* implement Val functionJames Ahlborn2018-11-023-40/+52
* finish DateAdd functionJames Ahlborn2018-10-295-20/+63
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-1813-135/+388
* reimplemnt and test financial functionsJames Ahlborn2018-10-104-303/+247
* add support for strconv functionJames Ahlborn2018-10-053-16/+64
* 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-0430-727/+710
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-299-118/+285
* add support for weekdayname functionJames Ahlborn2018-09-261-14/+55
* 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