summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated cvs urlsTim McCune2006-05-261-2/+2
* Readded as binaryTim McCune2006-05-262-0/+0
* Deleting to readd as binaryTim McCune2006-05-262-0/+0
* Readding as binaryTim McCune2006-05-261-0/+0
* Removing to readd as binaryTim McCune2006-05-261-0/+0
* fix date handling, patch from joniles 1445597James Ahlborn2006-03-091-7/+15
* implement GUID reading using patch from joniles, 1445653; replace StringBuffe...James Ahlborn2006-03-095-23/+68
* apply patches from joniles, 1423965, 1427848 (handling var length columns)James Ahlborn2006-03-092-9/+64
* inc version post releaseJames Ahlborn2006-02-161-1/+1
* upgrade sourceforge pluginJames Ahlborn2006-02-161-1/+1
* prep for releaseJames Ahlborn2006-02-161-0/+8
* Applied Jon Iles' patch to allow large table definitions to be read.Tim McCune2006-02-032-4/+19
* add initial support for NUMERIC typeJames Ahlborn2006-01-212-5/+30
* Added building instructionsTim McCune2005-09-061-0/+4
* Added ability to delete current row.Tim McCune2005-08-304-23/+79
* Fixed viewcvs URLTim McCune2005-08-262-2/+2
* Added release notesTim McCune2005-08-261-0/+5
* Fixed bug 1273712 where writing null values into fixed-length columns wasn't ...Tim McCune2005-08-265-22/+26