aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | implement some financial functionsJames Ahlborn2017-10-314-0/+239
* | more math unit testsJames Ahlborn2017-10-141-0/+11
* | handle plus as a unary number modifier; handle precedence of plus/minus in mo...James Ahlborn2017-10-143-12/+67
* | long type should be int values; implement more date/time and misc other funct...James Ahlborn2017-09-2317-204/+327
* | implement some date/time functionsJames Ahlborn2017-09-225-71/+365
* | a few more number functionsJames Ahlborn2017-09-201-22/+23
* | split out function groups; implement numeric functionsJames Ahlborn2017-09-206-350/+612
* | bug fixes and unit testsJames Ahlborn2017-09-192-3/+24
* | fix some cast functions; more unit testsJames Ahlborn2017-09-102-6/+37
* | add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-064-27/+70
* | implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-055-22/+334
* | implement various functionsJames Ahlborn2017-08-172-4/+238
* | merge trunk changes through r1110James Ahlborn2017-07-268-118/+389
|\|
| * Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-143-97/+283
| * prep for releaseJames Ahlborn2017-06-261-1/+1
| * handle missing table name for join expressionJames Ahlborn2017-06-262-9/+7
| * validate length of pre-defined relationship nameJames Ahlborn2017-06-151-0/+5
| * Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-065-10/+55
| * Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-313-6/+43
* | merge trunk changes through r1100James Ahlborn2017-05-2411-31/+528
|\|
| * prep for releaseJames Ahlborn2017-05-181-1/+1
| * provide accessors for defaults configJames Ahlborn2017-05-111-4/+16
| * Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-116-12/+460
| * Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-073-18/+12
| * Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-037-4/+47
* | use actual implicit comp op subclassJames Ahlborn2017-04-292-2/+26
* | better handling of non-conditional exprs as field validatorsJames Ahlborn2017-04-291-8/+28