| Commit message (Expand) | Author | Age | Files | Lines |
* | prep for release | James Ahlborn | 2018-06-26 | 1 | -1/+1 |
* | Create new usage map correctly when adding an index to an existing table. fi... | James Ahlborn | 2018-05-22 | 2 | -239/+249 |
* | Add some additional property keys and relevant enums for values | James Ahlborn | 2018-05-19 | 4 | -36/+207 |
* | prep for release | James Ahlborn | 2018-03-04 | 1 | -1/+1 |
* | update ddl flag for default properties even if type is explicitly provided. ... | James Ahlborn | 2018-02-07 | 2 | -34/+35 |
* | Expose the ddl attribute on properties. Set the attribute appropriately for k... | James Ahlborn | 2018-01-25 | 6 | -51/+96 |
* | prep for release | James Ahlborn | 2018-01-19 | 1 | -1/+1 |
* | implement sql type to DataType conversions specific to access 2016 format | James Ahlborn | 2018-01-17 | 3 | -22/+82 |
* | Add full support for access 2016 databases including the new 'Large Number' (... | James Ahlborn | 2017-12-19 | 15 | -18/+191 |
* | prep for release | James Ahlborn | 2017-10-10 | 1 | -1/+1 |
* | Fix writing of property maps without any properties. fixes #144 | James Ahlborn | 2017-10-03 | 2 | -1/+10 |
* | add support link to main page | James Ahlborn | 2017-10-03 | 1 | -0/+1 |
* | Handle more advanced query join constructs. fixes issue #141 | James Ahlborn | 2017-07-14 | 3 | -97/+283 |
* | 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 |