aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-262-0/+42
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-263-8/+87
* add some date function testsJames Ahlborn2018-07-253-8/+40
* minor updateJames Ahlborn2018-07-171-0/+2
* test number functionsJames Ahlborn2018-07-174-7/+52
* test more functionsJames Ahlborn2018-07-174-6/+60
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-175-16/+62
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-144-40/+176
* handle alternate true/false constant valuesJames Ahlborn2018-07-131-4/+11
* add more tests; add not likeJames Ahlborn2018-07-013-3/+61
* more testsJames Ahlborn2018-06-292-0/+36
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-273-9/+6
* ditch default parse contextJames Ahlborn2018-06-273-24/+6
* minor code warning cleanupsJames Ahlborn2018-06-276-86/+100
* merge trunk changes through r1170exprsJames Ahlborn2018-06-261-1/+1
|\
| * prep for releaseJames Ahlborn2018-06-261-1/+1
* | add some tests for functions; fix said functionsJames Ahlborn2018-06-263-28/+53
* | return all values in map so that default values, calc values, etc get returne...James Ahlborn2018-06-061-7/+5
* | 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-054-33/+316
* | 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-039-31/+45
* | cleanup some fixmesJames Ahlborn2018-05-301-4/+1
* | handle literal string default valuesJames Ahlborn2018-05-305-103/+153
* | use decimal math context which matches access precision; tweak string to numb...James Ahlborn2018-05-303-18/+36
* | normalize decimals when used; convert number literals to decimal instead of d...James Ahlborn2018-05-275-44/+90
* | do not allow null result for conditionsJames Ahlborn2018-05-253-95/+95
* | merge trunk changes through r1152James Ahlborn2018-05-255-18/+199
|\|
| * Create new usage map correctly when adding an index to an existing table. fi...James Ahlborn2018-05-222-239/+249
| * Add some additional property keys and relevant enums for valuesJames Ahlborn2018-05-194-36/+207
* | knock out some fixmes; add support for custom function lookup and custom bind...James Ahlborn2018-05-199-48/+142
* | merge trunk changes through r1148James Ahlborn2018-05-191-1/+1
|\|
| * prep for releaseJames Ahlborn2018-03-041-1/+1
* | plug expr evaluation into columns/tables; create Identifier for tracking expr...James Ahlborn2018-05-0828-133/+1655
* | start enforcing the required and no-zero len column propertiesJames Ahlborn2018-04-299-633/+962
* | use specific exceptions for expr evalJames Ahlborn2018-03-3111-80/+157
* | fix null handling for string funcsJames Ahlborn2018-03-313-6/+47
* | move rnd logic to RandomContextJames Ahlborn2018-03-236-26/+192
* | merge trunk changes through r1138James Ahlborn2018-02-0822-120/+409
|\|
| * update ddl flag for default properties even if type is explicitly provided. ...James Ahlborn2018-02-072-34/+35
| * Expose the ddl attribute on properties. Set the attribute appropriately for k...James Ahlborn2018-01-256-51/+96
| * prep for releaseJames Ahlborn2018-01-191-1/+1
| * implement sql type to DataType conversions specific to access 2016 formatJames Ahlborn2018-01-173-22/+82
| * Add full support for access 2016 databases including the new 'Large Number' (...James Ahlborn2017-12-1915-18/+191
| * prep for releaseJames Ahlborn2017-10-101-1/+1
| * Fix writing of property maps without any properties. fixes #144James Ahlborn2017-10-032-1/+10
| * add support link to main pageJames Ahlborn2017-10-031-0/+1
* | some more financial funcs, not all fully workingJames Ahlborn2017-12-232-6/+313