aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | ditch extra importJames Ahlborn2016-12-011-1/+0
* | reorg of expression classesJames Ahlborn2016-11-188-70/+142
* | rework classes, add more interfaces; start implementing builtin functions usi...James Ahlborn2016-11-036-156/+1050
* | test parsing of basic expressionsJames Ahlborn2016-10-261-121/+216
* | parse between exprJames Ahlborn2016-10-261-44/+81
* | handle order of ops for other types of exprsJames Ahlborn2016-10-251-76/+173
* | convert all ops to enum valuesJames Ahlborn2016-10-201-44/+117
* | fix handling of equivalent precedenceJames Ahlborn2016-10-161-5/+3
* | add debug to strings to start enabling some testingJames Ahlborn2016-10-151-11/+114
* | start implementing some special operatorsJames Ahlborn2016-10-131-55/+317
* | move expr type info into TokBufJames Ahlborn2016-10-041-58/+65
* | make delims separate token type; implement parsing of more expr typesJames Ahlborn2016-09-292-68/+199
* | parse some operatorsJames Ahlborn2016-09-172-45/+273
* | impl obj ref parsingJames Ahlborn2016-09-162-22/+94
* | impl expr tokenizationJames Ahlborn2016-09-153-0/+986
|/
* misc cleanups; doc updatesJames Ahlborn2016-09-111-2/+12
* more update tests; fix minor bug with allocating new usage mapsJames Ahlborn2016-09-092-2/+7
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-085-3/+25