]> source.dussan.org Git - jackcess.git/log
jackcess.git
18 years agoadded some more debug info
James Ahlborn [Mon, 28 Aug 2006 12:23:59 +0000 (12:23 +0000)]
added some more debug info

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

18 years agoadded info about password protection
James Ahlborn [Mon, 28 Aug 2006 12:23:44 +0000 (12:23 +0000)]
added info about password protection

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

18 years agomake read-only logic slightly cleaner
James Ahlborn [Fri, 25 Aug 2006 14:27:16 +0000 (14:27 +0000)]
make read-only logic slightly cleaner

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

18 years agoadd support for opening files read-only (#1545857)
James Ahlborn [Fri, 25 Aug 2006 01:30:23 +0000 (01:30 +0000)]
add support for opening files read-only (#1545857)

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

18 years agomore tweaks to index reading/writing
James Ahlborn [Tue, 8 Aug 2006 13:12:27 +0000 (13:12 +0000)]
more tweaks to index reading/writing

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

18 years agofurther cleanup on row reading; fix recent issue of reading var len data twice
James Ahlborn [Tue, 8 Aug 2006 12:03:54 +0000 (12:03 +0000)]
further cleanup on row reading; fix recent issue of reading var len data twice

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

18 years agoallow reading multi-page memos
James Ahlborn [Tue, 8 Aug 2006 11:57:12 +0000 (11:57 +0000)]
allow reading multi-page memos

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

18 years agoinc version post release
James Ahlborn [Mon, 7 Aug 2006 11:56:55 +0000 (11:56 +0000)]
inc version post release

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

18 years agoprep for release
James Ahlborn [Mon, 7 Aug 2006 11:41:08 +0000 (11:41 +0000)]
prep for release

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

18 years agouse uppercase names when adding text columns to indexes, which fixes long standing...
James Ahlborn [Mon, 7 Aug 2006 11:33:24 +0000 (11:33 +0000)]
use uppercase names when adding text columns to indexes, which fixes long standing problem with table names starting with lowercase characters (and other situations where tables could not be opened in access)

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

18 years agoreduce usage of SQLException
James Ahlborn [Fri, 4 Aug 2006 17:28:49 +0000 (17:28 +0000)]
reduce usage of SQLException

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

18 years agomake database and table iterable; slight rearrangement of logic in getNextRow
James Ahlborn [Fri, 4 Aug 2006 17:16:59 +0000 (17:16 +0000)]
make database and table iterable; slight rearrangement of logic in getNextRow

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

18 years agotreat table names as case insensitive; use stored table names when instantiating...
James Ahlborn [Fri, 4 Aug 2006 12:32:42 +0000 (12:32 +0000)]
treat table names as case insensitive; use stored table names when instantiating tables

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

18 years agoset table name earlier in constructor
James Ahlborn [Fri, 4 Aug 2006 12:26:51 +0000 (12:26 +0000)]
set table name earlier in constructor

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

18 years agoadd table debug methods
James Ahlborn [Fri, 4 Aug 2006 12:26:15 +0000 (12:26 +0000)]
add table debug methods

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

18 years agowrite tdef page free space
James Ahlborn [Fri, 4 Aug 2006 12:08:31 +0000 (12:08 +0000)]
write tdef page free space

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

18 years agoadd unit test for multi-page table defs
James Ahlborn [Fri, 4 Aug 2006 01:59:00 +0000 (01:59 +0000)]
add unit test for multi-page table defs

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

18 years agoimplement reading multi-page long binary values
James Ahlborn [Thu, 3 Aug 2006 19:57:50 +0000 (19:57 +0000)]
implement reading multi-page long binary values

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

18 years agowhen reading multi-page table def, flip buffer before parsing (fix bug 1306970)
James Ahlborn [Thu, 3 Aug 2006 14:21:19 +0000 (14:21 +0000)]
when reading multi-page table def, flip buffer before parsing (fix bug 1306970)

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

18 years agouse common row start/end reading methods
James Ahlborn [Thu, 3 Aug 2006 14:19:32 +0000 (14:19 +0000)]
use common row start/end reading methods

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

18 years agofix handling of skipped rows
James Ahlborn [Thu, 3 Aug 2006 13:38:02 +0000 (13:38 +0000)]
fix handling of skipped rows

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

18 years agoadd toCharSequence method
James Ahlborn [Thu, 3 Aug 2006 12:59:39 +0000 (12:59 +0000)]
add toCharSequence method

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

18 years agoswap overflow/deleted flag logic
James Ahlborn [Thu, 3 Aug 2006 12:45:54 +0000 (12:45 +0000)]
swap overflow/deleted flag logic

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

18 years agoadd contributed patches which port version 1.1.5 to jdk 1.4
James Ahlborn [Wed, 2 Aug 2006 20:52:32 +0000 (20:52 +0000)]
add contributed patches which port version 1.1.5 to jdk 1.4

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

18 years agoclean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1449812)
James Ahlborn [Mon, 31 Jul 2006 14:01:13 +0000 (14:01 +0000)]
clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1449812)

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

18 years agohandle more tables with more idnex slots than actual indexes (fix bug 1530312)
James Ahlborn [Sun, 30 Jul 2006 03:22:36 +0000 (03:22 +0000)]
handle more tables with more idnex slots than actual indexes (fix bug 1530312)

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

18 years agofix pom for ibiblio upload
James Ahlborn [Thu, 27 Jul 2006 17:13:52 +0000 (17:13 +0000)]
fix pom for ibiblio upload

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

18 years agoreset Expander between usages
James Ahlborn [Thu, 27 Jul 2006 15:02:42 +0000 (15:02 +0000)]
reset Expander between usages

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

18 years agoinclude sourceforge logo
James Ahlborn [Thu, 27 Jul 2006 14:47:50 +0000 (14:47 +0000)]
include sourceforge logo

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

18 years agofix compressed text handling; wrap arithmetic exceptions with ioexceptions
James Ahlborn [Wed, 26 Jul 2006 14:41:32 +0000 (14:41 +0000)]
fix compressed text handling; wrap arithmetic exceptions with ioexceptions

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

18 years agoread variable length column data on demand
James Ahlborn [Wed, 26 Jul 2006 12:50:43 +0000 (12:50 +0000)]
read variable length column data on demand

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

18 years agoinc version post release
James Ahlborn [Tue, 25 Jul 2006 22:01:11 +0000 (22:01 +0000)]
inc version post release

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

18 years agoprep for release
James Ahlborn [Tue, 25 Jul 2006 21:08:38 +0000 (21:08 +0000)]
prep for release

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

18 years agoadd write support for numeric/guid
James Ahlborn [Tue, 25 Jul 2006 20:29:03 +0000 (20:29 +0000)]
add write support for numeric/guid

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

18 years agoadd currency support
James Ahlborn [Tue, 25 Jul 2006 19:27:16 +0000 (19:27 +0000)]
add currency support

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

18 years agofirst attempt at reading with deleted columns
James Ahlborn [Mon, 24 Jul 2006 18:57:11 +0000 (18:57 +0000)]
first attempt at reading with deleted columns

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

18 years agoadd index primary key info; possibly fix some bugs around reading indexes (or possibl...
James Ahlborn [Mon, 24 Jul 2006 15:17:13 +0000 (15:17 +0000)]
add index primary key info; possibly fix some bugs around reading indexes (or possibly introduce)

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

18 years agoAdded getRowCount
Tim McCune [Sat, 8 Jul 2006 08:30:23 +0000 (08:30 +0000)]
Added getRowCount

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

18 years agoAdded table name to toString
Tim McCune [Wed, 5 Jul 2006 16:48:56 +0000 (16:48 +0000)]
Added table name to toString

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

18 years agoAdded getName() to Table
Tim McCune [Mon, 3 Jul 2006 02:55:30 +0000 (02:55 +0000)]
Added getName() to Table

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

18 years agoadd link to sourforge project page
James Ahlborn [Thu, 15 Jun 2006 13:37:46 +0000 (13:37 +0000)]
add link to sourforge project page

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

18 years agotweak sourceforge goal props; add default build goal and sfRelease goal
James Ahlborn [Thu, 15 Jun 2006 13:32:35 +0000 (13:32 +0000)]
tweak sourceforge goal props; add default build goal and sfRelease goal

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

18 years agoremove bogus line
James Ahlborn [Thu, 15 Jun 2006 13:31:54 +0000 (13:31 +0000)]
remove bogus line

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

18 years agoinc version post release
James Ahlborn [Thu, 15 Jun 2006 12:42:22 +0000 (12:42 +0000)]
inc version post release

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

18 years agoprep for release
James Ahlborn [Thu, 15 Jun 2006 12:26:13 +0000 (12:26 +0000)]
prep for release

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

18 years agomore fixes for writing MEMO/OLE
James Ahlborn [Thu, 15 Jun 2006 12:10:37 +0000 (12:10 +0000)]
more fixes for writing MEMO/OLE

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

18 years agoadded tests for reading memos and missing files
James Ahlborn [Tue, 13 Jun 2006 16:44:48 +0000 (16:44 +0000)]
added tests for reading memos and missing files

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

18 years agofix encoding memo fields (1356745), refactor the long value handling code and the...
James Ahlborn [Tue, 13 Jun 2006 16:22:13 +0000 (16:22 +0000)]
fix encoding memo fields (1356745), refactor the long value handling code and the string handling code

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

18 years agomore tweaking to invalid file handling
James Ahlborn [Tue, 13 Jun 2006 14:39:54 +0000 (14:39 +0000)]
more tweaking to invalid file handling

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

18 years agoshare common functionality for reading long values
James Ahlborn [Tue, 13 Jun 2006 14:31:58 +0000 (14:31 +0000)]
share common functionality for reading long values

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

18 years agobetter handling of non-existent files in open method
James Ahlborn [Mon, 12 Jun 2006 19:54:39 +0000 (19:54 +0000)]
better handling of non-existent files in open method

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

18 years agofix compiler warning
James Ahlborn [Mon, 12 Jun 2006 19:53:55 +0000 (19:53 +0000)]
fix compiler warning

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

18 years agoadd break statement, although differences in getLongBinaryValue and getLongStringValu...
James Ahlborn [Mon, 12 Jun 2006 19:22:46 +0000 (19:22 +0000)]
add break statement, although differences in getLongBinaryValue and getLongStringValue seem a little suspicious

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

18 years agoApplied some patches contributed by Sean
Tim McCune [Tue, 30 May 2006 17:27:10 +0000 (17:27 +0000)]
Applied some patches contributed by Sean

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

18 years agoReadded as binary
Tim McCune [Sat, 27 May 2006 18:42:46 +0000 (18:42 +0000)]
Readded as binary

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

18 years ago*** empty log message ***
Tim McCune [Sat, 27 May 2006 18:42:25 +0000 (18:42 +0000)]
*** empty log message ***

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

18 years agoFixed method signature
Tim McCune [Sat, 27 May 2006 18:36:44 +0000 (18:36 +0000)]
Fixed method signature

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

18 years agoUpdated cvs urls
Tim McCune [Fri, 26 May 2006 06:53:42 +0000 (06:53 +0000)]
Updated cvs urls

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

18 years agoReadded as binary
Tim McCune [Fri, 26 May 2006 06:48:32 +0000 (06:48 +0000)]
Readded as binary

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

18 years agoDeleting to readd as binary
Tim McCune [Fri, 26 May 2006 06:47:55 +0000 (06:47 +0000)]
Deleting to readd as binary

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

18 years agoReadding as binary
Tim McCune [Fri, 26 May 2006 06:44:57 +0000 (06:44 +0000)]
Readding as binary

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

18 years agoRemoving to readd as binary
Tim McCune [Fri, 26 May 2006 06:44:15 +0000 (06:44 +0000)]
Removing to readd as binary

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

18 years agofix date handling, patch from joniles 1445597
James Ahlborn [Thu, 9 Mar 2006 20:03:44 +0000 (20:03 +0000)]
fix date handling, patch from joniles 1445597

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

18 years agoimplement GUID reading using patch from joniles, 1445653; replace StringBuffer from...
James Ahlborn [Thu, 9 Mar 2006 16:57:52 +0000 (16:57 +0000)]
implement GUID reading using patch from joniles, 1445653; replace StringBuffer from StringBuilder

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

18 years agoapply patches from joniles, 1423965, 1427848 (handling var length columns)
James Ahlborn [Thu, 9 Mar 2006 02:00:28 +0000 (02:00 +0000)]
apply patches from joniles, 14239651427848 (handling var length columns)

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

18 years agoinc version post release
James Ahlborn [Thu, 16 Feb 2006 21:24:34 +0000 (21:24 +0000)]
inc version post release

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

18 years agoupgrade sourceforge plugin
James Ahlborn [Thu, 16 Feb 2006 21:15:48 +0000 (21:15 +0000)]
upgrade sourceforge plugin

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

18 years agoprep for release
James Ahlborn [Thu, 16 Feb 2006 21:02:22 +0000 (21:02 +0000)]
prep for release

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

18 years agoApplied Jon Iles' patch to allow large table definitions to be read.
Tim McCune [Fri, 3 Feb 2006 23:55:47 +0000 (23:55 +0000)]
Applied Jon Iles' patch to allow large table definitions to be read.

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

18 years agoadd initial support for NUMERIC type
James Ahlborn [Sat, 21 Jan 2006 05:33:12 +0000 (05:33 +0000)]
add initial support for NUMERIC type

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

19 years agoAdded building instructions
Tim McCune [Tue, 6 Sep 2005 17:48:42 +0000 (17:48 +0000)]
Added building instructions

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

19 years agoAdded ability to delete current row.
Tim McCune [Tue, 30 Aug 2005 06:33:27 +0000 (06:33 +0000)]
Added ability to delete current row.
Fixed bug where adding a new row to a table whose last row had been deleted failed.

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

19 years agoFixed viewcvs URL
Tim McCune [Fri, 26 Aug 2005 14:42:35 +0000 (14:42 +0000)]
Fixed viewcvs URL

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

19 years agoAdded release notes
Tim McCune [Fri, 26 Aug 2005 04:25:39 +0000 (04:25 +0000)]
Added release notes

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

19 years agoFixed bug 1273712 where writing null values into fixed-length columns wasn't working.
Tim McCune [Fri, 26 Aug 2005 04:23:41 +0000 (04:23 +0000)]
Fixed bug 1273712 where writing null values into fixed-length columns wasn't working.

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

19 years agoAdded release notes, incremented version
Tim McCune [Sat, 20 Aug 2005 05:48:49 +0000 (05:48 +0000)]
Added release notes, incremented version

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

19 years agoFixed bug 1261536.
Tim McCune [Sat, 20 Aug 2005 05:46:15 +0000 (05:46 +0000)]
Fixed bug 1261536.
  Skip overflow rows (need to figure out how to read them, but at least it no longer throws an exception.)
  Fixed bad index offset for table definition.  Index count is repeated, but the 2nd one is the correct one to read, not the first.
Added changes report to site.

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

19 years agoInitial version
Tim McCune [Sat, 20 Aug 2005 05:43:19 +0000 (05:43 +0000)]
Initial version

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

19 years agoAdded handling of deleted rows.
Tim McCune [Fri, 12 Aug 2005 05:28:37 +0000 (05:28 +0000)]
Added handling of deleted rows.
Fixed a couple bugs introduced by the 1.5 upgrade.

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

19 years agoApplied Mitchell Friedman's patch for support of additional JDBC data types.
Tim McCune [Fri, 22 Jul 2005 03:31:10 +0000 (03:31 +0000)]
Applied Mitchell Friedman's patch for support of additional JDBC data types.
Added CREDITS.txt.

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

19 years agoUpdated links
Tim McCune [Mon, 11 Apr 2005 16:14:21 +0000 (16:14 +0000)]
Updated links

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

19 years agoAdded license info to front page
Tim McCune [Mon, 11 Apr 2005 03:48:57 +0000 (03:48 +0000)]
Added license info to front page

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

19 years agoUpdated logo url
Tim McCune [Mon, 11 Apr 2005 03:26:44 +0000 (03:26 +0000)]
Updated logo url

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

19 years agoAdded Linux button, ODBC faq.
Tim McCune [Mon, 11 Apr 2005 03:18:02 +0000 (03:18 +0000)]
Added Linux button, ODBC faq.

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

19 years agoCleaned up title
Tim McCune [Sat, 9 Apr 2005 21:38:53 +0000 (21:38 +0000)]
Cleaned up title

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

19 years agoAdded title
Tim McCune [Sat, 9 Apr 2005 21:33:28 +0000 (21:33 +0000)]
Added title

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

19 years agoFixed comparable.
Tim McCune [Sat, 9 Apr 2005 16:34:30 +0000 (16:34 +0000)]
Fixed comparable.
Turned statcvs report back on.

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

19 years agoAdded eclipse files
Tim McCune [Sat, 9 Apr 2005 16:21:29 +0000 (16:21 +0000)]
Added eclipse files

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

19 years agoInitial version
Tim McCune [Sat, 9 Apr 2005 16:21:04 +0000 (16:21 +0000)]
Initial version

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

19 years agoAdded jdk version faq
Tim McCune [Sat, 9 Apr 2005 06:24:47 +0000 (06:24 +0000)]
Added jdk version faq

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

19 years agoJDK 1.5 upgrades
Tim McCune [Sat, 9 Apr 2005 06:22:30 +0000 (06:22 +0000)]
JDK 1.5 upgrades

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

19 years agoRenamed license
Tim McCune [Sat, 9 Apr 2005 03:11:55 +0000 (03:11 +0000)]
Renamed license

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

19 years agoAdded link to downloads.
Tim McCune [Thu, 7 Apr 2005 16:43:42 +0000 (16:43 +0000)]
Added link to downloads.
Added Rob to team.

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

19 years agoThis commit was generated by cvs2svn to compensate for changes in r2,
Tim McCune [Thu, 7 Apr 2005 14:32:19 +0000 (14:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

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

19 years agoNew repository initialized by cvs2svn.
James Ahlborn [Thu, 7 Apr 2005 14:32:19 +0000 (14:32 +0000)]
New repository initialized by cvs2svn.

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