Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | automatically switch to read-only mode when opening a file format which does ... | James Ahlborn | 2016-11-12 | 3 | -7/+32 | |
| * | ditch BIG_INT value type | James Ahlborn | 2016-12-31 | 9 | -143/+12 | |
| * | change evaluation context | James Ahlborn | 2016-12-31 | 8 | -127/+175 | |
| * | use isNull | James Ahlborn | 2016-12-24 | 2 | -4/+7 | |
| * | Value cleanup, start on functions | James Ahlborn | 2016-12-24 | 7 | -50/+34 | |
| * | add testing for most basic math and fix some edge case logic | James Ahlborn | 2016-12-22 | 3 | -39/+152 | |
| * | start testing simple math exprs | James Ahlborn | 2016-12-18 | 3 | -4/+87 | |
| * | add result caching for pure expressions | James Ahlborn | 2016-12-15 | 2 | -1/+47 | |
| * | implement more operations | James Ahlborn | 2016-12-15 | 1 | -5/+15 | |
| * | add method for indicating purity of an expression, possible use for future ca... | James Ahlborn | 2016-12-15 | 3 | -0/+78 | |
| * | 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 |