]> source.dussan.org Git - jackcess.git/log
jackcess.git
8 years agorework classes, add more interfaces; start implementing builtin functions using Value...
James Ahlborn [Thu, 3 Nov 2016 20:13:35 +0000 (20:13 +0000)]
rework classes, add more interfaces; start implementing builtin functions using Value type

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1054 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agotest parsing of basic expressions
James Ahlborn [Wed, 26 Oct 2016 20:24:41 +0000 (20:24 +0000)]
test parsing of basic expressions

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1053 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoparse between expr
James Ahlborn [Wed, 26 Oct 2016 02:29:31 +0000 (02:29 +0000)]
parse between expr

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1052 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agohandle order of ops for other types of exprs
James Ahlborn [Tue, 25 Oct 2016 20:17:13 +0000 (20:17 +0000)]
handle order of ops for other types of exprs

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1051 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoconvert all ops to enum values
James Ahlborn [Thu, 20 Oct 2016 03:20:16 +0000 (03:20 +0000)]
convert all ops to enum values

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1050 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agofix handling of equivalent precedence
James Ahlborn [Sun, 16 Oct 2016 20:07:33 +0000 (20:07 +0000)]
fix handling of equivalent precedence

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1049 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd debug to strings to start enabling some testing
James Ahlborn [Sat, 15 Oct 2016 01:31:51 +0000 (01:31 +0000)]
add debug to strings to start enabling some testing

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1048 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agostart implementing some special operators
James Ahlborn [Thu, 13 Oct 2016 20:37:26 +0000 (20:37 +0000)]
start implementing some special operators

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1047 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomerge trunk changes through r1045
James Ahlborn [Tue, 4 Oct 2016 03:34:02 +0000 (03:34 +0000)]
merge trunk changes through r1045

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1046 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomove expr type info into TokBuf
James Ahlborn [Tue, 4 Oct 2016 03:33:27 +0000 (03:33 +0000)]
move expr type info into TokBuf

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1045 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Tue, 4 Oct 2016 02:38:01 +0000 (02:38 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1044 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare release jackcess-2.1.5
James Ahlborn [Tue, 4 Oct 2016 02:37:56 +0000 (02:37 +0000)]
[maven-release-plugin] prepare release jackcess-2.1.5

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1042 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoprepare for release
James Ahlborn [Tue, 4 Oct 2016 02:36:44 +0000 (02:36 +0000)]
prepare for release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1041 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomake delims separate token type; implement parsing of more expr types
James Ahlborn [Thu, 29 Sep 2016 03:31:04 +0000 (03:31 +0000)]
make delims separate token type; implement parsing of more expr types

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1040 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoparse some operators
James Ahlborn [Sat, 17 Sep 2016 03:48:30 +0000 (03:48 +0000)]
parse some operators

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1039 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimpl obj ref parsing
James Ahlborn [Fri, 16 Sep 2016 01:33:32 +0000 (01:33 +0000)]
impl obj ref parsing

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1038 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimpl expr tokenization
James Ahlborn [Thu, 15 Sep 2016 19:37:53 +0000 (19:37 +0000)]
impl expr tokenization

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1037 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoexpression eval branch
James Ahlborn [Thu, 15 Sep 2016 19:36:20 +0000 (19:36 +0000)]
expression eval branch

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1036 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agodoc updates
James Ahlborn [Sun, 11 Sep 2016 01:33:02 +0000 (01:33 +0000)]
doc updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1035 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomisc cleanups; doc updates
James Ahlborn [Sun, 11 Sep 2016 01:29:49 +0000 (01:29 +0000)]
misc cleanups; doc updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1034 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdate docs for new metadata update support
James Ahlborn [Fri, 9 Sep 2016 12:37:38 +0000 (12:37 +0000)]
update docs for new metadata update support

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1033 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomore update tests; fix minor bug with allocating new usage maps
James Ahlborn [Fri, 9 Sep 2016 11:58:37 +0000 (11:58 +0000)]
more update tests; fix minor bug with allocating new usage maps

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1032 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomerge branch mutateops changes through r1030
James Ahlborn [Thu, 8 Sep 2016 12:45:38 +0000 (12:45 +0000)]
merge branch mutateops changes through r1030

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1031 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdate javadocs, minor cleanups mutateops
James Ahlborn [Thu, 8 Sep 2016 12:29:32 +0000 (12:29 +0000)]
update javadocs, minor cleanups

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1030 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoexpand unit tests
James Ahlborn [Thu, 8 Sep 2016 01:43:36 +0000 (01:43 +0000)]
expand unit tests

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1029 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoremove debug output
James Ahlborn [Wed, 7 Sep 2016 00:54:29 +0000 (00:54 +0000)]
remove debug output

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1028 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoensure unique rel name and limit total length
James Ahlborn [Wed, 7 Sep 2016 00:36:13 +0000 (00:36 +0000)]
ensure unique rel name and limit total length

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1027 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd some unit tests
James Ahlborn [Mon, 5 Sep 2016 03:45:40 +0000 (03:45 +0000)]
add some unit tests

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1026 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomerge trunk changes through r1024
James Ahlborn [Sun, 4 Sep 2016 13:49:02 +0000 (13:49 +0000)]
merge trunk changes through r1024

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1025 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agominor cleanups
James Ahlborn [Sun, 4 Sep 2016 13:48:15 +0000 (13:48 +0000)]
minor cleanups

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1024 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomerge trunk changes through r1022
James Ahlborn [Sun, 4 Sep 2016 03:19:01 +0000 (03:19 +0000)]
merge trunk changes through r1022

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1023 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoChange multi-value complex columns so that they return all relevant column properties.
James Ahlborn [Sun, 4 Sep 2016 03:17:38 +0000 (03:17 +0000)]
Change multi-value complex columns so that they return all relevant column properties.

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1022 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoignore different flags for different fk indexes
James Ahlborn [Fri, 2 Sep 2016 02:02:59 +0000 (02:02 +0000)]
ignore different flags for different fk indexes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1021 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agosort out setting owner and sids for new objects
James Ahlborn [Thu, 1 Sep 2016 16:07:37 +0000 (16:07 +0000)]
sort out setting owner and sids for new objects

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1020 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement writing fk indexes
James Ahlborn [Thu, 1 Sep 2016 12:17:25 +0000 (12:17 +0000)]
implement writing fk indexes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1019 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdates
James Ahlborn [Tue, 30 Aug 2016 13:21:54 +0000 (13:21 +0000)]
updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1018 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agofix directionality of relationship
James Ahlborn [Tue, 30 Aug 2016 13:19:01 +0000 (13:19 +0000)]
fix directionality of relationship

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1017 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoset fk type
James Ahlborn [Tue, 30 Aug 2016 03:31:39 +0000 (03:31 +0000)]
set fk type

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1016 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoalready has context
James Ahlborn [Tue, 30 Aug 2016 02:25:58 +0000 (02:25 +0000)]
already has context

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1015 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement adding indexes for integ enforced relationships
James Ahlborn [Tue, 30 Aug 2016 02:24:33 +0000 (02:24 +0000)]
implement adding indexes for integ enforced relationships

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1014 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd some validation for integrity enforced relationships
James Ahlborn [Sat, 27 Aug 2016 20:53:12 +0000 (20:53 +0000)]
add some validation for integrity enforced relationships

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1013 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement fkref writing; more error context; make relationship name unique
James Ahlborn [Sat, 27 Aug 2016 04:02:40 +0000 (04:02 +0000)]
implement fkref writing; more error context; make relationship name unique

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1012 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd row rel row to sys catalog as well
James Ahlborn [Thu, 25 Aug 2016 03:57:27 +0000 (03:57 +0000)]
add row rel row to sys catalog as well

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1011 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdate
James Ahlborn [Wed, 24 Aug 2016 21:23:18 +0000 (21:23 +0000)]
update

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1010 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement logic to determine if relationship is one-to-one
James Ahlborn [Fri, 19 Aug 2016 03:08:18 +0000 (03:08 +0000)]
implement logic to determine if relationship is one-to-one

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1009 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdate comment
James Ahlborn [Fri, 19 Aug 2016 01:32:46 +0000 (01:32 +0000)]
update comment

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1008 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agosome fixups to get rel insert functional
James Ahlborn [Fri, 19 Aug 2016 01:25:44 +0000 (01:25 +0000)]
some fixups to get rel insert functional

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1007 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdates
James Ahlborn [Thu, 18 Aug 2016 01:49:37 +0000 (01:49 +0000)]
updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1006 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement method for writing new relationship to db
James Ahlborn [Sat, 13 Aug 2016 04:14:56 +0000 (04:14 +0000)]
implement method for writing new relationship to db

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1005 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd some utility methods for creating relationship indexes
James Ahlborn [Wed, 3 Aug 2016 03:52:07 +0000 (03:52 +0000)]
add some utility methods for creating relationship indexes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1004 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agobegin work on adding relationships
James Ahlborn [Thu, 21 Jul 2016 01:53:23 +0000 (01:53 +0000)]
begin work on adding relationships

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1003 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoreorg to prep for RelationshipBuilder; move remaining table creation logic from Table...
James Ahlborn [Tue, 19 Jul 2016 03:45:53 +0000 (03:45 +0000)]
reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1002 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agofew minor cleanups
James Ahlborn [Mon, 27 Jun 2016 01:08:05 +0000 (01:08 +0000)]
few minor cleanups

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1001 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agorework public api for adding index/column, ditch TableModBuilder
James Ahlborn [Fri, 24 Jun 2016 00:23:14 +0000 (00:23 +0000)]
rework public api for adding index/column, ditch TableModBuilder

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@1000 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agopopulate new index data after creation
James Ahlborn [Wed, 22 Jun 2016 01:19:39 +0000 (01:19 +0000)]
populate new index data after creation

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@999 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoget add index def functional
James Ahlborn [Tue, 21 Jun 2016 02:30:17 +0000 (02:30 +0000)]
get add index def functional

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@998 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement check for determining backing index data
James Ahlborn [Sat, 18 Jun 2016 14:36:55 +0000 (14:36 +0000)]
implement check for determining backing index data

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@997 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoimplement most of the dirty work for adding indexes
James Ahlborn [Thu, 16 Jun 2016 02:32:43 +0000 (02:32 +0000)]
implement most of the dirty work for adding indexes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@996 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agocheckpointing some progress on add index
James Ahlborn [Wed, 1 Jun 2016 01:51:55 +0000 (01:51 +0000)]
checkpointing some progress on add index

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@995 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd support for sharing backing index data across indexes during table creation
James Ahlborn [Thu, 19 May 2016 02:43:54 +0000 (02:43 +0000)]
add support for sharing backing index data across indexes during table creation

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@994 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomerge trunk changes through r992
James Ahlborn [Thu, 19 May 2016 01:58:07 +0000 (01:58 +0000)]
merge trunk changes through r992

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@993 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Thu, 19 May 2016 01:27:02 +0000 (01:27 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@992 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare release jackcess-2.1.4
James Ahlborn [Thu, 19 May 2016 01:26:58 +0000 (01:26 +0000)]
[maven-release-plugin] prepare release jackcess-2.1.4

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@990 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoprep for release
James Ahlborn [Thu, 19 May 2016 01:25:15 +0000 (01:25 +0000)]
prep for release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@989 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoprimary key indexes should also have required flag
James Ahlborn [Wed, 18 May 2016 19:24:12 +0000 (19:24 +0000)]
primary key indexes should also have required flag

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@988 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoprimary key indexes should also have required flag
James Ahlborn [Wed, 18 May 2016 02:11:33 +0000 (02:11 +0000)]
primary key indexes should also have required flag

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@987 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoactually write added column usage maps correctly
James Ahlborn [Tue, 3 May 2016 03:57:33 +0000 (03:57 +0000)]
actually write added column usage maps correctly

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@986 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoadd usage maps for lval cols
James Ahlborn [Fri, 29 Apr 2016 02:45:02 +0000 (02:45 +0000)]
add usage maps for lval cols

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@985 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agobegin adding umap support
James Ahlborn [Fri, 29 Apr 2016 01:47:00 +0000 (01:47 +0000)]
begin adding umap support

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@984 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agosome initial code for mutation support
James Ahlborn [Thu, 28 Apr 2016 23:04:04 +0000 (23:04 +0000)]
some initial code for mutation support

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@983 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agocreate branch for mutation operations
James Ahlborn [Thu, 28 Apr 2016 23:00:29 +0000 (23:00 +0000)]
create branch for mutation operations

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/mutateops@982 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoAdd support for cascade null on delete relationships. Add support for the required...
James Ahlborn [Wed, 30 Mar 2016 00:55:18 +0000 (00:55 +0000)]
Add support for cascade null on delete relationships.  Add support for the required flag for an index.

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@981 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoAllow null values in foreign key fields when enforcing referential integrity. Fixes...
James Ahlborn [Mon, 21 Mar 2016 02:15:47 +0000 (02:15 +0000)]
Allow null values in foreign key fields when enforcing referential integrity.  Fixes issue #136

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@980 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoAdd Database.getTableMetaData method to enable getting basic info about a Table ...
James Ahlborn [Tue, 16 Feb 2016 00:13:01 +0000 (00:13 +0000)]
Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@979 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoupdates
James Ahlborn [Tue, 16 Feb 2016 00:10:30 +0000 (00:10 +0000)]
updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@978 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoFix missing column names in AppendQuery SQL strings. Fixes #131
James Ahlborn [Tue, 12 Jan 2016 22:41:43 +0000 (22:41 +0000)]
Fix missing column names in AppendQuery SQL strings.  Fixes #131

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@977 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agotypo
James Ahlborn [Tue, 29 Dec 2015 03:06:49 +0000 (03:06 +0000)]
typo

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@976 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Fri, 4 Dec 2015 23:15:59 +0000 (23:15 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@975 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years ago[maven-release-plugin] prepare release jackcess-2.1.3
James Ahlborn [Fri, 4 Dec 2015 23:15:55 +0000 (23:15 +0000)]
[maven-release-plugin] prepare release jackcess-2.1.3

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@973 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoprep for release
James Ahlborn [Fri, 4 Dec 2015 23:13:33 +0000 (23:13 +0000)]
prep for release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@972 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomove some common site config to parent pom
James Ahlborn [Thu, 26 Nov 2015 03:46:12 +0000 (03:46 +0000)]
move some common site config to parent pom

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@971 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agoAdd FileFormat.GENERIC_JET4 in order to support getting the file format for jet4...
James Ahlborn [Wed, 25 Nov 2015 21:34:12 +0000 (21:34 +0000)]
Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@970 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agomore site cleanup
James Ahlborn [Wed, 25 Nov 2015 21:33:23 +0000 (21:33 +0000)]
more site cleanup

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@969 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agominor tweak to iterator
James Ahlborn [Wed, 25 Nov 2015 03:59:51 +0000 (03:59 +0000)]
minor tweak to iterator

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@968 f203690c-595d-4dc9-a70b-905162fa7fd2

8 years agosome aq updates
James Ahlborn [Wed, 25 Nov 2015 03:50:53 +0000 (03:50 +0000)]
some aq updates

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@967 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoAdd some utility methods for handling Dates in an Access compatible manner. fixes...
James Ahlborn [Wed, 25 Nov 2015 02:54:41 +0000 (02:54 +0000)]
Add some utility methods for handling Dates in an Access compatible manner.  fixes issue #128

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@966 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agosuppress some useless warnings
James Ahlborn [Wed, 25 Nov 2015 02:14:02 +0000 (02:14 +0000)]
suppress some useless warnings

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@965 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agosuppress some useless warnings
James Ahlborn [Wed, 25 Nov 2015 02:13:10 +0000 (02:13 +0000)]
suppress some useless warnings

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@964 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agothrow better exception when attempting to create file which does not support creation
James Ahlborn [Wed, 25 Nov 2015 02:12:45 +0000 (02:12 +0000)]
throw better exception when attempting to create file which does not support creation

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@963 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoupdate parent pom
James Ahlborn [Sat, 7 Nov 2015 02:26:13 +0000 (02:26 +0000)]
update parent pom

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@962 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agocleanup findbugs report
James Ahlborn [Sun, 1 Nov 2015 02:04:11 +0000 (02:04 +0000)]
cleanup findbugs report

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@961 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoThrow a prettier exception when maxing out the row size during row creation. fixes...
James Ahlborn [Sat, 31 Oct 2015 12:19:37 +0000 (12:19 +0000)]
Throw a prettier exception when maxing out the row size during row creation. fixes #127

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@960 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agopretty up the site
James Ahlborn [Fri, 30 Oct 2015 03:31:26 +0000 (03:31 +0000)]
pretty up the site

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@959 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoadd github mirror link to site
James Ahlborn [Thu, 8 Oct 2015 01:37:55 +0000 (01:37 +0000)]
add github mirror link to site

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@958 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoundo accidental commit
James Ahlborn [Wed, 7 Oct 2015 02:36:49 +0000 (02:36 +0000)]
undo accidental commit

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@957 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoadd readme
James Ahlborn [Wed, 7 Oct 2015 02:32:46 +0000 (02:32 +0000)]
add readme

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@956 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agofix borked javadoc tag
James Ahlborn [Tue, 7 Jul 2015 03:25:32 +0000 (03:25 +0000)]
fix borked javadoc tag

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@955 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Tue, 23 Jun 2015 02:01:29 +0000 (02:01 +0000)]
[maven-release-plugin] prepare for next development iteration

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@954 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years ago[maven-release-plugin] prepare release jackcess-2.1.2
James Ahlborn [Tue, 23 Jun 2015 02:01:25 +0000 (02:01 +0000)]
[maven-release-plugin] prepare release jackcess-2.1.2

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@952 f203690c-595d-4dc9-a70b-905162fa7fd2

9 years agoprep for release
James Ahlborn [Tue, 23 Jun 2015 02:00:22 +0000 (02:00 +0000)]
prep for release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@951 f203690c-595d-4dc9-a70b-905162fa7fd2