summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'rel_1_1_6'.rel_1_1_6James Ahlborn2006-08-070-0/+0
* prep for releaseJames Ahlborn2006-08-071-0/+37
* use uppercase names when adding text columns to indexes, which fixes long sta...James Ahlborn2006-08-072-6/+5
* reduce usage of SQLExceptionJames Ahlborn2006-08-044-20/+17
* make database and table iterable; slight rearrangement of logic in getNextRowJames Ahlborn2006-08-043-43/+168
* treat table names as case insensitive; use stored table names when instantiat...James Ahlborn2006-08-041-17/+69
* set table name earlier in constructorJames Ahlborn2006-08-041-1/+1
* add table debug methodsJames Ahlborn2006-08-041-0/+17
* write tdef page free spaceJames Ahlborn2006-08-041-2/+4
* add unit test for multi-page table defsJames Ahlborn2006-08-042-1/+7
* implement reading multi-page long binary valuesJames Ahlborn2006-08-031-11/+61
* when reading multi-page table def, flip buffer before parsing (fix bug 1306970)James Ahlborn2006-08-031-0/+1
* use common row start/end reading methodsJames Ahlborn2006-08-031-8/+3
* fix handling of skipped rowsJames Ahlborn2006-08-031-3/+26
* add toCharSequence methodJames Ahlborn2006-08-031-4/+17
* swap overflow/deleted flag logicJames Ahlborn2006-08-031-2/+8
* add contributed patches which port version 1.1.5 to jdk 1.4James Ahlborn2006-08-023-0/+18
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-315-45/+85
* handle more tables with more idnex slots than actual indexes (fix bug 1530312)James Ahlborn2006-07-304-4/+55
* fix pom for ibiblio uploadJames Ahlborn2006-07-271-2/+3
* reset Expander between usagesJames Ahlborn2006-07-271-0/+1
* include sourceforge logoJames Ahlborn2006-07-271-0/+1
* fix compressed text handling; wrap arithmetic exceptions with ioexceptionsJames Ahlborn2006-07-262-82/+153
* read variable length column data on demandJames Ahlborn2006-07-261-16/+11
* inc version post releaseJames Ahlborn2006-07-251-1/+1
* prep for releaseJames Ahlborn2006-07-252-1/+26
* add write support for numeric/guidJames Ahlborn2006-07-253-7/+112
* add currency supportJames Ahlborn2006-07-255-89/+325
* first attempt at reading with deleted columnsJames Ahlborn2006-07-245-21/+81
* add index primary key info; possibly fix some bugs around reading indexes (or...James Ahlborn2006-07-245-21/+108
* Added getRowCountTim McCune2006-07-081-0/+4
* Added table name to toStringTim McCune2006-07-051-0/+1
* Added getName() to TableTim McCune2006-07-032-5/+16
* add link to sourforge project pageJames Ahlborn2006-06-151-0/+1
* tweak sourceforge goal props; add default build goal and sfRelease goalJames Ahlborn2006-06-152-0/+10
* remove bogus lineJames Ahlborn2006-06-151-1/+0
* inc version post releaseJames Ahlborn2006-06-151-1/+2
* prep for releaseJames Ahlborn2006-06-152-11/+43
* more fixes for writing MEMO/OLEJames Ahlborn2006-06-153-15/+41
* added tests for reading memos and missing filesJames Ahlborn2006-06-132-0/+24
* fix encoding memo fields (1356745), refactor the long value handling code and...James Ahlborn2006-06-131-27/+44
* more tweaking to invalid file handlingJames Ahlborn2006-06-132-12/+5
* share common functionality for reading long valuesJames Ahlborn2006-06-131-29/+23
* better handling of non-existent files in open methodJames Ahlborn2006-06-122-1/+16
* fix compiler warningJames Ahlborn2006-06-121-0/+1
* add break statement, although differences in getLongBinaryValue and getLongSt...James Ahlborn2006-06-121-2/+2
* Applied some patches contributed by SeanTim McCune2006-05-302-11/+3
* Readded as binaryTim McCune2006-05-271-0/+0
* *** empty log message ***Tim McCune2006-05-271-0/+0
* Fixed method signatureTim McCune2006-05-271-1/+1