aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* prep for releaseJames Ahlborn2017-06-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1106 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle missing table name for join expressionJames Ahlborn2017-06-262-9/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1105 f203690c-595d-4dc9-a70b-905162fa7fd2
* validate length of pre-defined relationship nameJames Ahlborn2017-06-151-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1104 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add option to specify relationship name, fixes pull request #4James Ahlborn2017-06-065-10/+55
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1103 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-313-6/+43
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1102 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2017-05-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1097 f203690c-595d-4dc9-a70b-905162fa7fd2
* provide accessors for defaults configJames Ahlborn2017-05-111-4/+16
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1096 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add CustomLinkResolver which facilitates loading linked tables from files ↵James Ahlborn2017-05-116-12/+460
| | | | | | which are not access databases. fixes feature request #36 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1095 f203690c-595d-4dc9-a70b-905162fa7fd2
* Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-073-18/+12
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1094 f203690c-595d-4dc9-a70b-905162fa7fd2
* Cover the GENERIC_JET4 format in unit tests, thanks to Gord ThompsonJames Ahlborn2017-05-037-4/+47
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1093 f203690c-595d-4dc9-a70b-905162fa7fd2
* Implement support for partial index lookups. Efficient IndexCursor lookups ↵James Ahlborn2017-04-0310-56/+486
| | | | | | can now be done with multi-column indexes using only some of the columns in the index. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1087 f203690c-595d-4dc9-a70b-905162fa7fd2
* update parent pom; various plugin updatesJames Ahlborn2016-11-301-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1065 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor compilation cleanupsJames Ahlborn2016-11-301-3/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1064 f203690c-595d-4dc9-a70b-905162fa7fd2
* use column names in error messageJames Ahlborn2016-11-301-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1063 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2016-11-301-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1059 f203690c-595d-4dc9-a70b-905162fa7fd2
* better fix for switching read-only file formats to read-only mode, wrap with ↵James Ahlborn2016-11-173-17/+152
| | | | | | read-only FileChannel. fixes feature #34 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1057 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add support for global usage maps which are reference type maps. fixes issue ↵James Ahlborn2016-11-178-129/+311
| | | | | | #138 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1056 f203690c-595d-4dc9-a70b-905162fa7fd2
* automatically switch to read-only mode when opening a file format which does ↵James Ahlborn2016-11-123-7/+32
| | | | | | not support writing, fixes feature #34 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1055 f203690c-595d-4dc9-a70b-905162fa7fd2
* prepare for releaseJames Ahlborn2016-10-041-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1041 f203690c-595d-4dc9-a70b-905162fa7fd2
* misc cleanups; doc updatesJames Ahlborn2016-09-113-24/+38
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1034 f203690c-595d-4dc9-a70b-905162fa7fd2
* update docs for new metadata update supportJames Ahlborn2016-09-092-3/+13
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1033 f203690c-595d-4dc9-a70b-905162fa7fd2
* more update tests; fix minor bug with allocating new usage mapsJames Ahlborn2016-09-093-3/+83
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1032 f203690c-595d-4dc9-a70b-905162fa7fd2
* update javadocs, minor cleanupsmutateopsJames Ahlborn2016-09-086-8/+29
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1030 f203690c-595d-4dc9-a70b-905162fa7fd2
* expand unit testsJames Ahlborn2016-09-081-63/+115
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1029 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove debug outputJames Ahlborn2016-09-076-26/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1028 f203690c-595d-4dc9-a70b-905162fa7fd2
* ensure unique rel name and limit total lengthJames Ahlborn2016-09-075-62/+63
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1027 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some unit testsJames Ahlborn2016-09-051-0/+125
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1026 f203690c-595d-4dc9-a70b-905162fa7fd2
* merge trunk changes through r1024James Ahlborn2016-09-043-5/+12
|\ | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1025 f203690c-595d-4dc9-a70b-905162fa7fd2
| * minor cleanupsJames Ahlborn2016-09-043-5/+12
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1024 f203690c-595d-4dc9-a70b-905162fa7fd2
* | merge trunk changes through r1022James Ahlborn2016-09-046-9/+218
|\| | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1023 f203690c-595d-4dc9-a70b-905162fa7fd2
| * Change multi-value complex columns so that they return all relevant column ↵James Ahlborn2016-09-046-9/+218
| | | | | | | | | | | | properties. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1022 f203690c-595d-4dc9-a70b-905162fa7fd2
* | ignore different flags for different fk indexesJames Ahlborn2016-09-021-4/+7
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1021 f203690c-595d-4dc9-a70b-905162fa7fd2
* | sort out setting owner and sids for new objectsJames Ahlborn2016-09-011-36/+59
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1020 f203690c-595d-4dc9-a70b-905162fa7fd2
* | implement writing fk indexesJames Ahlborn2016-09-012-12/+23
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1019 f203690c-595d-4dc9-a70b-905162fa7fd2
* | updatesJames Ahlborn2016-08-301-1/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1018 f203690c-595d-4dc9-a70b-905162fa7fd2
* | fix directionality of relationshipJames Ahlborn2016-08-302-27/+28
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1017 f203690c-595d-4dc9-a70b-905162fa7fd2
* | set fk typeJames Ahlborn2016-08-302-0/+4
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1016 f203690c-595d-4dc9-a70b-905162fa7fd2
* | already has contextJames Ahlborn2016-08-301-1/+0
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1015 f203690c-595d-4dc9-a70b-905162fa7fd2
* | implement adding indexes for integ enforced relationshipsJames Ahlborn2016-08-304-9/+78
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1014 f203690c-595d-4dc9-a70b-905162fa7fd2
* | add some validation for integrity enforced relationshipsJames Ahlborn2016-08-272-17/+35
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1013 f203690c-595d-4dc9-a70b-905162fa7fd2
* | implement fkref writing; more error context; make relationship name uniqueJames Ahlborn2016-08-277-29/+108
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1012 f203690c-595d-4dc9-a70b-905162fa7fd2
* | add row rel row to sys catalog as wellJames Ahlborn2016-08-251-20/+38
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1011 f203690c-595d-4dc9-a70b-905162fa7fd2
* | updateJames Ahlborn2016-08-241-0/+2
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1010 f203690c-595d-4dc9-a70b-905162fa7fd2
* | implement logic to determine if relationship is one-to-oneJames Ahlborn2016-08-193-37/+62
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1009 f203690c-595d-4dc9-a70b-905162fa7fd2
* | update commentJames Ahlborn2016-08-191-2/+1
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1008 f203690c-595d-4dc9-a70b-905162fa7fd2
* | some fixups to get rel insert functionalJames Ahlborn2016-08-193-12/+27
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1007 f203690c-595d-4dc9-a70b-905162fa7fd2
* | updatesJames Ahlborn2016-08-185-41/+173
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1006 f203690c-595d-4dc9-a70b-905162fa7fd2
* | implement method for writing new relationship to dbJames Ahlborn2016-08-132-6/+72
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1005 f203690c-595d-4dc9-a70b-905162fa7fd2
* | add some utility methods for creating relationship indexesJames Ahlborn2016-08-032-20/+93
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1004 f203690c-595d-4dc9-a70b-905162fa7fd2
* | begin work on adding relationshipsJames Ahlborn2016-07-212-0/+212
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1003 f203690c-595d-4dc9-a70b-905162fa7fd2