aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* remove debug outputJames Ahlborn2016-09-076-26/+4
* ensure unique rel name and limit total lengthJames Ahlborn2016-09-075-62/+63
* merge trunk changes through r1024James Ahlborn2016-09-042-3/+10
|\
| * minor cleanupsJames Ahlborn2016-09-042-3/+10
* | merge trunk changes through r1022James Ahlborn2016-09-044-9/+205
|\|
| * Change multi-value complex columns so that they return all relevant column pr...James Ahlborn2016-09-044-9/+205
| * primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
* | 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
* | some fixups to get rel insert functionalJames Ahlborn2016-08-193-12/+27
* | updatesJames Ahlborn2016-08-185-41/+173
* | implement method for writing new relationship to dbJames Ahlborn2016-08-132-6/+72
* | add some utility methods for creating relationship indexesJames Ahlborn2016-08-032-20/+93
* | begin work on adding relationshipsJames Ahlborn2016-07-212-0/+212
* | reorg to prep for RelationshipBuilder; move remaining table creation logic fr...James Ahlborn2016-07-1914-485/+571
* | few minor cleanupsJames Ahlborn2016-06-272-0/+8
* | rework public api for adding index/column, ditch TableModBuilderJames Ahlborn2016-06-243-73/+27
* | populate new index data after creationJames Ahlborn2016-06-222-185/+248
* | get add index def functionalJames Ahlborn2016-06-215-8/+46
* | implement check for determining backing index dataJames Ahlborn2016-06-182-5/+56