| Commit message (Expand) | Author | Age | Files | Lines |
* | prep for release | James Ahlborn | 2017-06-26 | 1 | -1/+1 |
* | handle missing table name for join expression | James Ahlborn | 2017-06-26 | 2 | -9/+7 |
* | validate length of pre-defined relationship name | James Ahlborn | 2017-06-15 | 1 | -0/+5 |
* | Add option to specify relationship name, fixes pull request #4 | James Ahlborn | 2017-06-06 | 5 | -10/+55 |
* | Fix parsing of certain internal-use queries. Fixes issue #142 | James Ahlborn | 2017-05-31 | 3 | -6/+43 |
* | prep for release | James Ahlborn | 2017-05-18 | 1 | -1/+1 |
* | provide accessors for defaults config | James Ahlborn | 2017-05-11 | 1 | -4/+16 |
* | Add CustomLinkResolver which facilitates loading linked tables from files whi... | James Ahlborn | 2017-05-11 | 6 | -12/+460 |
* | Allow inserting negative auto number fields, fixes pull request #3 | James Ahlborn | 2017-05-07 | 3 | -18/+12 |
* | Cover the GENERIC_JET4 format in unit tests, thanks to Gord Thompson | James Ahlborn | 2017-05-03 | 7 | -4/+47 |
* | Implement support for partial index lookups. Efficient IndexCursor lookups c... | James Ahlborn | 2017-04-03 | 10 | -56/+486 |
* | update parent pom; various plugin updates | James Ahlborn | 2016-11-30 | 1 | -1/+1 |
* | minor compilation cleanups | James Ahlborn | 2016-11-30 | 1 | -3/+2 |
* | use column names in error message | James Ahlborn | 2016-11-30 | 1 | -1/+1 |
* | prep for release | James Ahlborn | 2016-11-30 | 1 | -1/+1 |
* | better fix for switching read-only file formats to read-only mode, wrap with ... | James Ahlborn | 2016-11-17 | 3 | -17/+152 |
* | Add support for global usage maps which are reference type maps. fixes issue ... | James Ahlborn | 2016-11-17 | 8 | -129/+311 |
* | automatically switch to read-only mode when opening a file format which does ... | James Ahlborn | 2016-11-12 | 3 | -7/+32 |
* | prepare for release | James Ahlborn | 2016-10-04 | 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 |
* | 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 |