]> source.dussan.org Git - jackcess.git/log
jackcess.git
16 years agoadd convenience method for converting a rowMap to an array of row values
James Ahlborn [Mon, 10 Mar 2008 18:03:45 +0000 (18:03 +0000)]
add convenience method for converting a rowMap to an array of row values

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

16 years agoadd tests for multi-column indexes
James Ahlborn [Mon, 10 Mar 2008 16:50:35 +0000 (16:50 +0000)]
add tests for multi-column indexes

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

16 years agomake sure database file fits expected criteria
James Ahlborn [Mon, 10 Mar 2008 15:31:02 +0000 (15:31 +0000)]
make sure database file fits expected criteria

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

16 years agoadd additional diagnostic info on failures
James Ahlborn [Mon, 10 Mar 2008 15:30:22 +0000 (15:30 +0000)]
add additional diagnostic info on failures

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

16 years agoadd tests for the various supported index types
James Ahlborn [Mon, 10 Mar 2008 15:22:09 +0000 (15:22 +0000)]
add tests for the various supported index types

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

16 years agoupdate FAQ with info on extended charset support in text indexes
James Ahlborn [Mon, 10 Mar 2008 03:43:51 +0000 (03:43 +0000)]
update FAQ with info on extended charset support in text indexes

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

16 years agomodify Index update support so that it honors the unique and ignoreNulls properties...
James Ahlborn [Mon, 10 Mar 2008 03:30:14 +0000 (03:30 +0000)]
modify Index update support so that it honors the unique and ignoreNulls properties for the Index

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

16 years agoupdate TODO notes
James Ahlborn [Mon, 10 Mar 2008 03:00:04 +0000 (03:00 +0000)]
update TODO notes

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

16 years agoformalize code for reading unsigned bytes
James Ahlborn [Sun, 9 Mar 2008 21:33:04 +0000 (21:33 +0000)]
formalize code for reading unsigned bytes

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

16 years agolimit text index length; fix unprintable offset writing
James Ahlborn [Sat, 8 Mar 2008 18:43:43 +0000 (18:43 +0000)]
limit text index length; fix unprintable offset writing

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

16 years agomore fixes for index writing
James Ahlborn [Sat, 8 Mar 2008 05:00:43 +0000 (05:00 +0000)]
more fixes for index writing

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

16 years agoFix bug caused by sign extension when reading single-byte row numbers; fix some bugs...
James Ahlborn [Fri, 7 Mar 2008 19:23:46 +0000 (19:23 +0000)]
Fix bug caused by sign extension when reading single-byte row numbers; fix some bugs in new text index generation code

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

16 years agoSimplify comparison algorithms for RowId and Index.Entry using type attributes; ...
James Ahlborn [Fri, 7 Mar 2008 18:23:23 +0000 (18:23 +0000)]
Simplify comparison algorithms for RowId and Index.Entry using type attributes;  Expand the characters supported in index updates to all of the ISO-8859-1 character set.

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

16 years agofix toString for Entry
James Ahlborn [Thu, 6 Mar 2008 20:32:46 +0000 (20:32 +0000)]
fix toString for Entry

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

16 years agoMore fixes for index parsing. Believe index names are now correctly
James Ahlborn [Thu, 6 Mar 2008 18:44:38 +0000 (18:44 +0000)]
More fixes for index parsing.  Believe index names are now correctly
        matched up with indexes.

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

16 years agowrite javadoc for DataTypes; accept wider range of incomging values for some data...
James Ahlborn [Tue, 4 Mar 2008 16:33:17 +0000 (16:33 +0000)]
write javadoc for DataTypes; accept wider range of incomging values for some data types

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

16 years agocleanup variety of compiler warnings
James Ahlborn [Mon, 3 Mar 2008 19:36:35 +0000 (19:36 +0000)]
cleanup variety of compiler warnings

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

16 years agofaq got dropped from main menu
James Ahlborn [Mon, 3 Mar 2008 15:20:03 +0000 (15:20 +0000)]
faq got dropped from main menu

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

16 years agoadd faq entry on internationl chars in indexes
James Ahlborn [Mon, 3 Mar 2008 15:10:39 +0000 (15:10 +0000)]
add faq entry on internationl chars in indexes

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

16 years agofix some compiler warnings
James Ahlborn [Fri, 29 Feb 2008 21:23:12 +0000 (21:23 +0000)]
fix some compiler warnings

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

16 years agodefault to true for new entries
James Ahlborn [Fri, 29 Feb 2008 20:10:26 +0000 (20:10 +0000)]
default to true for new entries

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

16 years agoskip unhandled index bytes for now
James Ahlborn [Fri, 29 Feb 2008 19:26:10 +0000 (19:26 +0000)]
skip unhandled index bytes for now

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

16 years agobetter handling of index entry compression; validate index entry length reading
James Ahlborn [Fri, 29 Feb 2008 19:02:36 +0000 (19:02 +0000)]
better handling of index entry compression; validate index entry length reading

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

16 years agomore index testing
James Ahlborn [Fri, 29 Feb 2008 19:01:09 +0000 (19:01 +0000)]
more index testing

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

16 years agobetter toString
James Ahlborn [Fri, 29 Feb 2008 18:56:54 +0000 (18:56 +0000)]
better toString

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

16 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Wed, 27 Feb 2008 20:34:09 +0000 (20:34 +0000)]
[maven-release-plugin] prepare for next development iteration

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

16 years ago[maven-release-plugin] prepare release rel_1_1_12
James Ahlborn [Wed, 27 Feb 2008 20:34:00 +0000 (20:34 +0000)]
[maven-release-plugin] prepare release rel_1_1_12

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

16 years agoprep for release
James Ahlborn [Wed, 27 Feb 2008 20:32:29 +0000 (20:32 +0000)]
prep for release

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

16 years agotweak date handling math to reduce rounding issues
James Ahlborn [Fri, 22 Feb 2008 16:52:35 +0000 (16:52 +0000)]
tweak date handling math to reduce rounding issues

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

16 years agouse same date for create/update time
James Ahlborn [Fri, 22 Feb 2008 16:17:14 +0000 (16:17 +0000)]
use same date for create/update time

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

16 years agodo not store millis in date test
James Ahlborn [Fri, 22 Feb 2008 15:28:36 +0000 (15:28 +0000)]
do not store millis in date test

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

16 years agouser userIds from the file if possible when generating new table access control entri...
James Ahlborn [Fri, 22 Feb 2008 15:21:45 +0000 (15:21 +0000)]
user userIds from the file if possible when generating new table access control entries (fix #1898793)

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

16 years agodo not inline memo/ole fields longer than 64 bytes (fix #1899076)
James Ahlborn [Thu, 21 Feb 2008 21:03:25 +0000 (21:03 +0000)]
do not inline memo/ole fields longer than 64 bytes (fix #1899076)

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

16 years agopass along Object[], not String[]
James Ahlborn [Thu, 21 Feb 2008 19:43:46 +0000 (19:43 +0000)]
pass along Object[], not String[]

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

16 years agoupdate rowCount in common method
James Ahlborn [Thu, 21 Feb 2008 04:19:03 +0000 (04:19 +0000)]
update rowCount in common method

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

16 years agoparent pom released
James Ahlborn [Wed, 20 Feb 2008 16:55:07 +0000 (16:55 +0000)]
parent pom released

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

16 years agoupgrade parent pom
James Ahlborn [Wed, 20 Feb 2008 16:48:53 +0000 (16:48 +0000)]
upgrade parent pom

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

16 years agolog4j is not required
James Ahlborn [Mon, 28 Jan 2008 15:23:24 +0000 (15:23 +0000)]
log4j is not required

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

16 years agoResolve more edge cases around date handling
James Ahlborn [Thu, 24 Jan 2008 04:07:46 +0000 (04:07 +0000)]
Resolve more edge cases around date handling

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

16 years agojdk14 compatible code for 1.1.11 release
James Ahlborn [Tue, 22 Jan 2008 02:47:15 +0000 (02:47 +0000)]
jdk14 compatible code for 1.1.11 release

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

16 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Mon, 21 Jan 2008 02:22:29 +0000 (02:22 +0000)]
[maven-release-plugin] prepare for next development iteration

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

16 years ago[maven-release-plugin] prepare release rel_1_1_11
James Ahlborn [Mon, 21 Jan 2008 02:22:21 +0000 (02:22 +0000)]
[maven-release-plugin] prepare release rel_1_1_11

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

16 years agoprep for release
James Ahlborn [Mon, 21 Jan 2008 02:21:28 +0000 (02:21 +0000)]
prep for release

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

16 years agosupport reading inline usage maps with more than 512 pages
James Ahlborn [Thu, 17 Jan 2008 19:14:22 +0000 (19:14 +0000)]
support reading inline usage maps with more than 512 pages

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

16 years agofix some problems with sporadic usage map corruption
James Ahlborn [Thu, 17 Jan 2008 16:16:04 +0000 (16:16 +0000)]
fix some problems with sporadic usage map corruption

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

16 years agofix some comments
James Ahlborn [Thu, 17 Jan 2008 03:19:46 +0000 (03:19 +0000)]
fix some comments

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

16 years agoadd some more date testing
James Ahlborn [Tue, 15 Jan 2008 15:44:04 +0000 (15:44 +0000)]
add some more date testing

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

16 years agocheck for max database size when adding pages
James Ahlborn [Mon, 14 Jan 2008 16:07:17 +0000 (16:07 +0000)]
check for max database size when adding pages

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

16 years agoadd openCopy utility method
James Ahlborn [Mon, 14 Jan 2008 15:31:23 +0000 (15:31 +0000)]
add openCopy utility method

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

16 years agouse source instead of pre tag
James Ahlborn [Thu, 10 Jan 2008 21:10:20 +0000 (21:10 +0000)]
use source instead of pre tag

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

16 years agouse source instead of pre tag
James Ahlborn [Thu, 10 Jan 2008 21:02:44 +0000 (21:02 +0000)]
use source instead of pre tag

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

16 years agousing subversion now
James Ahlborn [Wed, 9 Jan 2008 18:58:58 +0000 (18:58 +0000)]
using subversion now

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

16 years agousing subversion now
James Ahlborn [Wed, 9 Jan 2008 18:57:39 +0000 (18:57 +0000)]
using subversion now

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

16 years agoadd some links to related projects
James Ahlborn [Wed, 9 Jan 2008 15:13:27 +0000 (15:13 +0000)]
add some links to related projects

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

16 years agooops update changelog
James Ahlborn [Wed, 26 Dec 2007 16:25:09 +0000 (16:25 +0000)]
oops update changelog

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

16 years agofix site to work with inheritance
James Ahlborn [Wed, 26 Dec 2007 16:19:40 +0000 (16:19 +0000)]
fix site to work with inheritance

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

16 years ago[maven-release-plugin] prepare for next development iteration
James Ahlborn [Wed, 26 Dec 2007 15:24:30 +0000 (15:24 +0000)]
[maven-release-plugin] prepare for next development iteration

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

16 years ago[maven-release-plugin] prepare release rel_1_1_10
James Ahlborn [Wed, 26 Dec 2007 15:24:23 +0000 (15:24 +0000)]
[maven-release-plugin] prepare release rel_1_1_10

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

16 years agoanother parent update
James Ahlborn [Tue, 11 Dec 2007 02:48:37 +0000 (02:48 +0000)]
another parent update

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

16 years agonew parent pom
James Ahlborn [Mon, 10 Dec 2007 15:39:24 +0000 (15:39 +0000)]
new parent pom

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

16 years agoupdate changelog
James Ahlborn [Thu, 6 Dec 2007 19:46:29 +0000 (19:46 +0000)]
update changelog

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

16 years agotest cursorbuilder
James Ahlborn [Wed, 5 Dec 2007 18:58:27 +0000 (18:58 +0000)]
test cursorbuilder

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

16 years agoadd ids to savepoints in order to verify legitimacy of restore attempts
James Ahlborn [Tue, 4 Dec 2007 04:17:40 +0000 (04:17 +0000)]
add ids to savepoints in order to verify legitimacy of restore attempts

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

16 years agofix file copyrights
James Ahlborn [Mon, 3 Dec 2007 04:58:17 +0000 (04:58 +0000)]
fix file copyrights

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

16 years agoditch builder-style methods on cursor impls, create CursorBuilder for simpler constru...
James Ahlborn [Mon, 3 Dec 2007 04:55:26 +0000 (04:55 +0000)]
ditch builder-style methods on cursor impls, create CursorBuilder for simpler construction of Cursors

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

16 years agomore cursor tests
James Ahlborn [Sun, 2 Dec 2007 04:52:09 +0000 (04:52 +0000)]
more cursor tests

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

16 years agoimplement range-based, index cursors
James Ahlborn [Sun, 2 Dec 2007 04:29:59 +0000 (04:29 +0000)]
implement range-based, index cursors

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

16 years agoother thoughts
James Ahlborn [Sun, 2 Dec 2007 04:26:56 +0000 (04:26 +0000)]
other thoughts

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

16 years agomove some more common reports to the parent
James Ahlborn [Thu, 29 Nov 2007 18:14:23 +0000 (18:14 +0000)]
move some more common reports to the parent

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

16 years agomore minor tweaks and enhanced cursor tests
James Ahlborn [Thu, 29 Nov 2007 16:12:26 +0000 (16:12 +0000)]
more minor tweaks and enhanced cursor tests

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

16 years agorename skip methods; minor code cleanups
James Ahlborn [Thu, 29 Nov 2007 15:11:08 +0000 (15:11 +0000)]
rename skip methods; minor code cleanups

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

16 years agouse new openhms parent pom
James Ahlborn [Thu, 29 Nov 2007 14:56:26 +0000 (14:56 +0000)]
use new openhms parent pom

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

16 years agoimplement and test index based cursor
James Ahlborn [Wed, 28 Nov 2007 22:07:06 +0000 (22:07 +0000)]
implement and test index based cursor

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

16 years agoimplement save/restore in Cursor; use during find calls
James Ahlborn [Wed, 28 Nov 2007 17:40:59 +0000 (17:40 +0000)]
implement save/restore in Cursor; use during find calls

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

16 years agochange how current position is maintained by Cursor; minor tweaks to deleted row...
James Ahlborn [Wed, 28 Nov 2007 16:24:23 +0000 (16:24 +0000)]
change how current position is maintained by Cursor; minor tweaks to deleted row handling in Index.EntryCursor

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

16 years agofinish reworking index cursor
James Ahlborn [Tue, 27 Nov 2007 05:17:11 +0000 (05:17 +0000)]
finish reworking index cursor

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

16 years agorework Index cursor to match behavior of usagemap cursor and Cursor
James Ahlborn [Mon, 26 Nov 2007 21:26:27 +0000 (21:26 +0000)]
rework Index cursor to match behavior of usagemap cursor and Cursor

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

16 years agomake usagemap cursor work similarly to Cursor; handle live additions and deletions...
James Ahlborn [Mon, 26 Nov 2007 20:18:09 +0000 (20:18 +0000)]
make usagemap cursor work similarly to Cursor; handle live additions and deletions better

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

16 years agofurther refactoring of table/cursor; initial iterator for index to allow for indexed...
James Ahlborn [Mon, 26 Nov 2007 04:40:55 +0000 (04:40 +0000)]
further refactoring of table/cursor; initial iterator for index to allow for indexed cursors

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

16 years agoadd some convenience methods for finding values in a table
James Ahlborn [Wed, 21 Nov 2007 17:28:21 +0000 (17:28 +0000)]
add some convenience methods for finding values in a table

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

16 years agoclean up forward/reverse logic in Cursor
James Ahlborn [Wed, 21 Nov 2007 16:02:47 +0000 (16:02 +0000)]
clean up forward/reverse logic in Cursor

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

16 years agoadd reverse cursor traversal
James Ahlborn [Wed, 21 Nov 2007 15:10:48 +0000 (15:10 +0000)]
add reverse cursor traversal

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

16 years agoMove table iteration out of Table and into Cursor. First stage in
James Ahlborn [Tue, 20 Nov 2007 21:03:11 +0000 (21:03 +0000)]
Move table iteration out of Table and into Cursor.  First stage in
        offering more complicated table access.

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

16 years agoadd deployment repositories
James Ahlborn [Tue, 20 Nov 2007 15:27:56 +0000 (15:27 +0000)]
add deployment repositories

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

16 years agowork toward separating table iteration state from the Table class
James Ahlborn [Mon, 19 Nov 2007 05:02:37 +0000 (05:02 +0000)]
work toward separating table iteration state from the Table class

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

16 years agochange references between major data types; share common utility classes from common...
James Ahlborn [Mon, 19 Nov 2007 03:26:40 +0000 (03:26 +0000)]
change references between major data types; share common utility classes from common database

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

16 years agoUpdate table row count correctly on row deletion or bulk row addition,
James Ahlborn [Sat, 17 Nov 2007 04:14:00 +0000 (04:14 +0000)]
Update table row count correctly on row deletion or bulk row addition,
        bug #1681954.

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

16 years agoAdd experimental support for auto-number columns, feature request
James Ahlborn [Fri, 16 Nov 2007 19:57:37 +0000 (19:57 +0000)]
Add experimental support for auto-number columns, feature request
        #1565216.

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

16 years agofix some pmd/findbugs issues
James Ahlborn [Sat, 3 Nov 2007 04:21:10 +0000 (04:21 +0000)]
fix some pmd/findbugs issues

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

16 years agoditch changelog, long live viewscm
James Ahlborn [Fri, 2 Nov 2007 16:58:25 +0000 (16:58 +0000)]
ditch changelog, long live viewscm

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

16 years agohave to use dev connection for changelo???
James Ahlborn [Fri, 2 Nov 2007 15:04:07 +0000 (15:04 +0000)]
have to use dev connection for changelo???

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

16 years agouse new changelog plugin
James Ahlborn [Fri, 2 Nov 2007 14:51:26 +0000 (14:51 +0000)]
use new changelog plugin

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

16 years agominor updates
James Ahlborn [Fri, 2 Nov 2007 04:14:41 +0000 (04:14 +0000)]
minor updates

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

16 years agomove to maven2
James Ahlborn [Fri, 2 Nov 2007 03:48:53 +0000 (03:48 +0000)]
move to maven2

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

17 years agoadd openhms links
James Ahlborn [Wed, 10 Oct 2007 19:14:04 +0000 (19:14 +0000)]
add openhms links

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

17 years agoupdates
James Ahlborn [Fri, 13 Jul 2007 02:57:56 +0000 (02:57 +0000)]
updates

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

17 years agoprep for dev
James Ahlborn [Fri, 13 Jul 2007 02:57:33 +0000 (02:57 +0000)]
prep for dev

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

17 years agoadded todo list
James Ahlborn [Fri, 13 Jul 2007 01:47:42 +0000 (01:47 +0000)]
added todo list

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

17 years agoset release date
James Ahlborn [Fri, 13 Jul 2007 01:28:23 +0000 (01:28 +0000)]
set release date

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

17 years agoupdate changelogs
James Ahlborn [Fri, 13 Jul 2007 01:19:33 +0000 (01:19 +0000)]
update changelogs

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