aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * implement most of the dirty work for adding indexesJames Ahlborn2016-06-168-242/+349
| * checkpointing some progress on add indexJames Ahlborn2016-06-018-119/+428
| * add support for sharing backing index data across indexes during table creationJames Ahlborn2016-05-195-17/+149
| * merge trunk changes through r992James Ahlborn2016-05-192-2/+2
| |\ | |/ |/|
* | [maven-release-plugin] prepare for next development iterationJames Ahlborn2016-05-191-4/+4
* | [maven-release-plugin] prepare release jackcess-2.1.4James Ahlborn2016-05-191-4/+4
* | prep for releaseJames Ahlborn2016-05-191-1/+1
* | primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
| * primary key indexes should also have required flagJames Ahlborn2016-05-181-1/+10
| * actually write added column usage maps correctlyJames Ahlborn2016-05-032-5/+32
| * add usage maps for lval colsJames Ahlborn2016-04-293-24/+85
| * begin adding umap supportJames Ahlborn2016-04-294-1/+54
| * some initial code for mutation supportJames Ahlborn2016-04-289-229/+748
| * create branch for mutation operationsJames Ahlborn2016-04-280-0/+0
|/
* Add support for cascade null on delete relationships. Add support for the re...James Ahlborn2016-03-308-11/+85
* Allow null values in foreign key fields when enforcing referential integrity....James Ahlborn2016-03-213-5/+21
* Add Database.getTableMetaData method to enable getting basic info about a Tab...James Ahlborn2016-02-165-6/+173
* updatesJames Ahlborn2016-02-161-11/+7
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-124-7/+55
* typoJames Ahlborn2015-12-291-1/+1
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2015-12-041-4/+4
* [maven-release-plugin] prepare release jackcess-2.1.3James Ahlborn2015-12-041-4/+4
* prep for releaseJames Ahlborn2015-12-041-1/+1
* move some common site config to parent pomJames Ahlborn2015-11-261-48/+1
* Add FileFormat.GENERIC_JET4 in order to support getting the file format for j...James Ahlborn2015-11-2512-0/+33
* more site cleanupJames Ahlborn2015-11-251-1/+37
* minor tweak to iteratorJames Ahlborn2015-11-251-1/+5
* some aq updatesJames Ahlborn2015-11-251-17/+19
* Add some utility methods for handling Dates in an Access compatible manner. ...James Ahlborn2015-11-256-4/+90
* suppress some useless warningsJames Ahlborn2015-11-251-0/+7
* suppress some useless warningsJames Ahlborn2015-11-251-0/+5
* throw better exception when attempting to create file which does not support ...James Ahlborn2015-11-251-1/+5