summaryrefslogtreecommitdiffstats
path: root/src/java/com
Commit message (Expand)AuthorAgeFilesLines
...
* add support for opening files read-only (#1545857)James Ahlborn2006-08-251-5/+23
* more tweaks to index reading/writingJames Ahlborn2006-08-081-3/+25
* further cleanup on row reading; fix recent issue of reading var len data twiceJames Ahlborn2006-08-081-13/+16
* allow reading multi-page memosJames Ahlborn2006-08-081-23/+4
* 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-042-35/+164
* 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
* write tdef page free spaceJames Ahlborn2006-08-041-2/+4
* 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
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-314-44/+84
* handle more tables with more idnex slots than actual indexes (fix bug 1530312)James Ahlborn2006-07-302-4/+38
* reset Expander between usagesJames Ahlborn2006-07-271-0/+1
* fix compressed text handling; wrap arithmetic exceptions with ioexceptionsJames Ahlborn2006-07-261-80/+151
* read variable length column data on demandJames Ahlborn2006-07-261-16/+11
* add write support for numeric/guidJames Ahlborn2006-07-252-5/+14
* add currency supportJames Ahlborn2006-07-254-89/+285
* first attempt at reading with deleted columnsJames Ahlborn2006-07-243-21/+52
* add index primary key info; possibly fix some bugs around reading indexes (or...James Ahlborn2006-07-243-21/+93
* 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
* more fixes for writing MEMO/OLEJames Ahlborn2006-06-152-10/+10
* 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
* Fixed method signatureTim McCune2006-05-271-1/+1
* 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
* Applied Jon Iles' patch to allow large table definitions to be read.Tim McCune2006-02-031-4/+17
* add initial support for NUMERIC typeJames Ahlborn2006-01-212-5/+30
* Added ability to delete current row.Tim McCune2005-08-302-3/+25
* Fixed bug 1273712 where writing null values into fixed-length columns wasn't ...Tim McCune2005-08-262-18/+22
* Fixed bug 1261536.Tim McCune2005-08-202-2/+8
* Added handling of deleted rows.Tim McCune2005-08-121-10/+15
* Applied Mitchell Friedman's patch for support of additional JDBC data types.Tim McCune2005-07-223-11/+30
* Fixed comparable.Tim McCune2005-04-091-3/+2
* Initial versionTim McCune2005-04-091-0/+139
* JDK 1.5 upgradesTim McCune2005-04-098-430/+308