| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | more update tests; fix minor bug with allocating new usage maps | James Ahlborn | 2016-09-09 | 3 | -3/+83 |
* | update javadocs, minor cleanupsmutateops | James Ahlborn | 2016-09-08 | 6 | -8/+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 |
* | | some fixups to get rel insert functional | James Ahlborn | 2016-08-19 | 3 | -12/+27 |
* | | updates | James Ahlborn | 2016-08-18 | 5 | -41/+173 |
* | | implement method for writing new relationship to db | James Ahlborn | 2016-08-13 | 2 | -6/+72 |
* | | add some utility methods for creating relationship indexes | James Ahlborn | 2016-08-03 | 2 | -20/+93 |
* | | begin work on adding relationships | James Ahlborn | 2016-07-21 | 2 | -0/+212 |
* | | reorg to prep for RelationshipBuilder; move remaining table creation logic fr... | James Ahlborn | 2016-07-19 | 14 | -485/+571 |
* | | few minor cleanups | James Ahlborn | 2016-06-27 | 2 | -0/+8 |
* | | rework public api for adding index/column, ditch TableModBuilder | James Ahlborn | 2016-06-24 | 3 | -73/+27 |
* | | populate new index data after creation | James Ahlborn | 2016-06-22 | 2 | -185/+248 |
* | | get add index def functional | James Ahlborn | 2016-06-21 | 5 | -8/+46 |
* | | implement check for determining backing index data | James Ahlborn | 2016-06-18 | 2 | -5/+56 |
* | | implement most of the dirty work for adding indexes | James Ahlborn | 2016-06-16 | 8 | -242/+349 |
* | | checkpointing some progress on add index | James Ahlborn | 2016-06-01 | 8 | -119/+428 |
* | | add support for sharing backing index data across indexes during table creation | James Ahlborn | 2016-05-19 | 5 | -17/+149 |
* | | merge trunk changes through r992 | James Ahlborn | 2016-05-19 | 1 | -1/+1 |
|\| |
|
| * | prep for release | James Ahlborn | 2016-05-19 | 1 | -1/+1 |
| * | primary key indexes should also have required flag | James Ahlborn | 2016-05-18 | 1 | -1/+10 |
* | | primary key indexes should also have required flag | James Ahlborn | 2016-05-18 | 1 | -1/+10 |
* | | actually write added column usage maps correctly | James Ahlborn | 2016-05-03 | 2 | -5/+32 |
* | | add usage maps for lval cols | James Ahlborn | 2016-04-29 | 3 | -24/+85 |
* | | begin adding umap support | James Ahlborn | 2016-04-29 | 4 | -1/+54 |
* | | some initial code for mutation support | James Ahlborn | 2016-04-28 | 9 | -229/+748 |
|/ |
|
* | Add support for cascade null on delete relationships. Add support for the re... | James Ahlborn | 2016-03-30 | 8 | -11/+85 |
* | Allow null values in foreign key fields when enforcing referential integrity.... | James Ahlborn | 2016-03-21 | 3 | -5/+21 |
* | Add Database.getTableMetaData method to enable getting basic info about a Tab... | James Ahlborn | 2016-02-16 | 5 | -6/+173 |
* | Fix missing column names in AppendQuery SQL strings. Fixes #131 | James Ahlborn | 2016-01-12 | 4 | -7/+55 |