aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * fix directionality of relationshipJames Ahlborn2016-08-302-27/+28
| * set fk typeJames Ahlborn2016-08-302-0/+4
| * already has contextJames Ahlborn2016-08-301-1/+0
| * implement adding indexes for integ enforced relationshipsJames Ahlborn2016-08-304-9/+78
| * add some validation for integrity enforced relationshipsJames Ahlborn2016-08-272-17/+35
| * implement fkref writing; more error context; make relationship name uniqueJames Ahlborn2016-08-277-29/+108
| * add row rel row to sys catalog as wellJames Ahlborn2016-08-251-20/+38
| * updateJames Ahlborn2016-08-241-0/+2
| * implement logic to determine if relationship is one-to-oneJames Ahlborn2016-08-193-37/+62
| * update commentJames Ahlborn2016-08-191-2/+1