aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | a few more number functionsJames Ahlborn2017-09-201-22/+23
* | split out function groups; implement numeric functionsJames Ahlborn2017-09-205-350/+594
* | bug fixes and unit testsJames Ahlborn2017-09-191-3/+3
* | fix some cast functions; more unit testsJames Ahlborn2017-09-101-6/+20
* | add some initial default function unit tests; fix some parse bugsJames Ahlborn2017-09-062-25/+14
* | implement a bunch of functions which really need unit tests; add support for ...James Ahlborn2017-09-054-17/+321
* | implement various functionsJames Ahlborn2017-08-172-4/+238
* | merge trunk changes through r1110James Ahlborn2017-07-265-106/+235
|\|
| * Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-141-96/+165
| * handle missing table name for join expressionJames Ahlborn2017-06-261-3/+4
| * validate length of pre-defined relationship nameJames Ahlborn2017-06-151-0/+5
| * Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-063-5/+28
| * Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-312-6/+37
* | merge trunk changes through r1100James Ahlborn2017-05-243-9/+304
|\|
| * provide accessors for defaults configJames Ahlborn2017-05-111-4/+16
| * Add CustomLinkResolver which facilitates loading linked tables from files whi...James Ahlborn2017-05-112-8/+291
| * Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-071-1/+1
| * Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-031-1/+1
* | use actual implicit comp op subclassJames Ahlborn2017-04-291-1/+19
* | better handling of non-conditional exprs as field validatorsJames Ahlborn2017-04-291-8/+28
* | merge trunk changes through r1087James Ahlborn2017-04-038-56/+212
|\|
| * Implement support for partial index lookups. Efficient IndexCursor lookups c...James Ahlborn2017-04-038-56/+212
* | change regex to compile on first use; turn invalid pattern into unmatchable r...James Ahlborn2017-02-111-31/+47
* | add more type coercion, string and date to numJames Ahlborn2017-02-073-70/+72
* | support string to number coercion for mixed math operationsJames Ahlborn2017-02-043-2/+100
* | add date time Value accessorJames Ahlborn2017-01-268-10/+49
* | better terminology for expressionsJames Ahlborn2017-01-152-27/+27
* | add TemporalConfig to allow for custom expression date/time formatsJames Ahlborn2017-01-147-23/+179
* | merge trunk changes through r1077James Ahlborn2016-12-319-106/+385
|\|
| * minor compilation cleanupsJames Ahlborn2016-11-301-3/+2
| * use column names in error messageJames Ahlborn2016-11-301-1/+1
| * better fix for switching read-only file formats to read-only mode, wrap with ...James Ahlborn2016-11-173-17/+152
| * Add support for global usage maps which are reference type maps. fixes issue ...James Ahlborn2016-11-175-95/+231
| * automatically switch to read-only mode when opening a file format which does ...James Ahlborn2016-11-121-3/+12
* | ditch BIG_INT value typeJames Ahlborn2016-12-319-143/+12
* | change evaluation contextJames Ahlborn2016-12-317-125/+173
* | use isNullJames Ahlborn2016-12-242-4/+7
* | Value cleanup, start on functionsJames Ahlborn2016-12-247-50/+34
* | add testing for most basic math and fix some edge case logicJames Ahlborn2016-12-222-9/+32
* | start testing simple math exprsJames Ahlborn2016-12-182-2/+12
* | add result caching for pure expressionsJames Ahlborn2016-12-152-1/+47
* | implement more operationsJames Ahlborn2016-12-151-5/+15
* | add method for indicating purity of an expression, possible use for future ca...James Ahlborn2016-12-153-0/+78
* | ditch boolean typeJames Ahlborn2016-12-0912-135/+27
* | checkpoint reworking expression classes and implementing many basic operationsJames Ahlborn2016-12-0920-216/+1452