aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | automatically switch to read-only mode when opening a file format which does ...James Ahlborn2016-11-123-7/+32
| * ditch BIG_INT value typeJames Ahlborn2016-12-319-143/+12
| * change evaluation contextJames Ahlborn2016-12-318-127/+175
| * 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-223-39/+152
| * start testing simple math exprsJames Ahlborn2016-12-183-4/+87
| * 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-189-71/+145
| * rework classes, add more interfaces; start implementing builtin functions usi...James Ahlborn2016-11-037-158/+1052
| * test parsing of basic expressionsJames Ahlborn2016-10-262-165/+307
| * parse between exprJames Ahlborn2016-10-261-44/+81
| * handle order of ops for other types of exprsJames Ahlborn2016-10-252-76/+193
| * convert all ops to enum valuesJames Ahlborn2016-10-201-44/+117
| * fix handling of equivalent precedenceJames Ahlborn2016-10-162-5/+10
| * add debug to strings to start enabling some testingJames Ahlborn2016-10-152-11/+168
| * start implementing some special operatorsJames Ahlborn2016-10-131-55/+317
| * merge trunk changes through r1045James Ahlborn2016-10-042-2/+2
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2016-10-041-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.5James Ahlborn2016-10-041-4/+4
* | prepare for releaseJames Ahlborn2016-10-041-1/+1
| * 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
| * expression eval branchJames Ahlborn2016-09-150-0/+0
|/
* doc updatesJames Ahlborn2016-09-111-1/+1
* misc cleanups; doc updatesJames Ahlborn2016-09-113-24/+38
* update docs for new metadata update supportJames Ahlborn2016-09-092-3/+13
* more update tests; fix minor bug with allocating new usage mapsJames Ahlborn2016-09-093-3/+83
* merge branch mutateops changes through r1030James Ahlborn2016-09-0826-547/+2872
|\
| * update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-087-20/+29
| * expand unit testsJames Ahlborn2016-09-081-63/+115
| * remove debug outputJames Ahlborn2016-09-076-26/+4
| * ensure unique rel name and limit total lengthJames Ahlborn2016-09-075-62/+63
| * add some unit testsJames Ahlborn2016-09-051-0/+125
| * merge trunk changes through r1024James Ahlborn2016-09-043-5/+12
| |\ | |/ |/|
* | minor cleanupsJames Ahlborn2016-09-043-5/+12
| * merge trunk changes through r1022James Ahlborn2016-09-046-9/+218
| |\ | |/ |/|
* | Change multi-value complex columns so that they return all relevant column pr...James Ahlborn2016-09-046-9/+218
| * ignore different flags for different fk indexesJames Ahlborn2016-09-021-4/+7
| * sort out setting owner and sids for new objectsJames Ahlborn2016-09-011-36/+59
| * implement writing fk indexesJames Ahlborn2016-09-012-12/+23
| * updatesJames Ahlborn2016-08-301-1/+4