Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ditch boolean type | James Ahlborn | 2016-12-09 | 12 | -135/+27 | |
* | | checkpoint reworking expression classes and implementing many basic operations | James Ahlborn | 2016-12-09 | 20 | -216/+1452 | |
* | | ditch extra import | James Ahlborn | 2016-12-01 | 1 | -1/+0 | |
* | | reorg of expression classes | James Ahlborn | 2016-11-18 | 9 | -71/+145 | |
* | | rework classes, add more interfaces; start implementing builtin functions usi... | James Ahlborn | 2016-11-03 | 7 | -158/+1052 | |
* | | test parsing of basic expressions | James Ahlborn | 2016-10-26 | 2 | -165/+307 | |
* | | parse between expr | James Ahlborn | 2016-10-26 | 1 | -44/+81 | |
* | | handle order of ops for other types of exprs | James Ahlborn | 2016-10-25 | 2 | -76/+193 | |
* | | convert all ops to enum values | James Ahlborn | 2016-10-20 | 1 | -44/+117 | |
* | | fix handling of equivalent precedence | James Ahlborn | 2016-10-16 | 2 | -5/+10 | |
* | | add debug to strings to start enabling some testing | James Ahlborn | 2016-10-15 | 2 | -11/+168 | |
* | | start implementing some special operators | James Ahlborn | 2016-10-13 | 1 | -55/+317 | |
* | | merge trunk changes through r1045 | James Ahlborn | 2016-10-04 | 2 | -2/+2 | |
|\| | ||||||
| * | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2016-10-04 | 1 | -4/+4 | |
| * | [maven-release-plugin] prepare release jackcess-2.1.5 | James Ahlborn | 2016-10-04 | 1 | -4/+4 | |
| * | prepare for release | James Ahlborn | 2016-10-04 | 1 | -1/+1 | |
* | | move expr type info into TokBuf | James Ahlborn | 2016-10-04 | 1 | -58/+65 | |
* | | make delims separate token type; implement parsing of more expr types | James Ahlborn | 2016-09-29 | 2 | -68/+199 | |
* | | parse some operators | James Ahlborn | 2016-09-17 | 2 | -45/+273 | |
* | | impl obj ref parsing | James Ahlborn | 2016-09-16 | 2 | -22/+94 | |
* | | impl expr tokenization | James Ahlborn | 2016-09-15 | 3 | -0/+986 | |
* | | expression eval branch | James Ahlborn | 2016-09-15 | 0 | -0/+0 | |
|/ | ||||||
* | doc updates | James Ahlborn | 2016-09-11 | 1 | -1/+1 | |
* | misc cleanups; doc updates | James Ahlborn | 2016-09-11 | 3 | -24/+38 | |
* | update docs for new metadata update support | James Ahlborn | 2016-09-09 | 2 | -3/+13 | |
* | more update tests; fix minor bug with allocating new usage maps | James Ahlborn | 2016-09-09 | 3 | -3/+83 | |
* | merge branch mutateops changes through r1030 | James Ahlborn | 2016-09-08 | 26 | -547/+2872 | |
|\ | ||||||
| * | update javadocs, minor cleanupsmutateops | James Ahlborn | 2016-09-08 | 7 | -20/+29 | |
| * | expand unit tests | James Ahlborn | 2016-09-08 | 1 | -63/+115 | |
| * | remove debug output | James Ahlborn | 2016-09-07 | 6 | -26/+4 | |
| * | ensure unique rel name and limit total length | James Ahlborn | 2016-09-07 | 5 | -62/+63 | |
| * | add some unit tests | James Ahlborn | 2016-09-05 | 1 | -0/+125 | |
| * | merge trunk changes through r1024 | James Ahlborn | 2016-09-04 | 3 | -5/+12 | |
| |\ | |/ |/| | ||||||
* | | minor cleanups | James Ahlborn | 2016-09-04 | 3 | -5/+12 | |
| * | merge trunk changes through r1022 | James Ahlborn | 2016-09-04 | 6 | -9/+218 | |
| |\ | |/ |/| | ||||||
* | | Change multi-value complex columns so that they return all relevant column pr... | James Ahlborn | 2016-09-04 | 6 | -9/+218 | |
| * | ignore different flags for different fk indexes | James Ahlborn | 2016-09-02 | 1 | -4/+7 | |
| * | sort out setting owner and sids for new objects | James Ahlborn | 2016-09-01 | 1 | -36/+59 | |
| * | implement writing fk indexes | James Ahlborn | 2016-09-01 | 2 | -12/+23 | |
| * | updates | James Ahlborn | 2016-08-30 | 1 | -1/+4 | |
| * | fix directionality of relationship | James Ahlborn | 2016-08-30 | 2 | -27/+28 | |
| * | set fk type | James Ahlborn | 2016-08-30 | 2 | -0/+4 | |
| * | already has context | James Ahlborn | 2016-08-30 | 1 | -1/+0 | |
| * | implement adding indexes for integ enforced relationships | James Ahlborn | 2016-08-30 | 4 | -9/+78 | |
| * | add some validation for integrity enforced relationships | James Ahlborn | 2016-08-27 | 2 | -17/+35 | |
| * | implement fkref writing; more error context; make relationship name unique | James Ahlborn | 2016-08-27 | 7 | -29/+108 | |
| * | add row rel row to sys catalog as well | James Ahlborn | 2016-08-25 | 1 | -20/+38 | |
| * | update | James Ahlborn | 2016-08-24 | 1 | -0/+2 | |
| * | implement logic to determine if relationship is one-to-one | James Ahlborn | 2016-08-19 | 3 | -37/+62 | |
| * | update comment | James Ahlborn | 2016-08-19 | 1 | -2/+1 |