summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove broken dev linkJames Ahlborn2006-10-021-2/+1
* inc version post releaseJames Ahlborn2006-10-021-1/+1
* prep for releaseJames Ahlborn2006-10-021-0/+32
* implement multi-page long value writingJames Ahlborn2006-10-026-90/+249
* read index entries on demandJames Ahlborn2006-09-262-5/+63
* fail more gracefully if writing large indexJames Ahlborn2006-09-261-1/+5
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-265-73/+273
* add support for get/put int of different byteorderJames Ahlborn2006-09-251-0/+49
* add offset for next leaf page numberJames Ahlborn2006-09-251-0/+4
* save set of lookup columnsJames Ahlborn2006-09-251-3/+8
* fix ordering of byte code comparatorJames Ahlborn2006-09-233-6/+110
* create method for interpreting boolean valuesJames Ahlborn2006-09-232-6/+11
* make byte[] printable when dumping tableJames Ahlborn2006-09-211-1/+12
* add ability to dump to writerJames Ahlborn2006-09-211-5/+19
* further refactor or row parsing logicJames Ahlborn2006-09-212-167/+164
* change numeric negate flagJames Ahlborn2006-09-211-1/+1
* clean up index reading/writing of text columns, add support for more charactersJames Ahlborn2006-09-182-224/+375
* remove debug printlnsJames Ahlborn2006-09-181-2/+0
* honor endianness when reading currency valuesJames Ahlborn2006-09-181-7/+5
* add dump to file utility methodJames Ahlborn2006-09-181-2/+21
* do not ask me why, but numeric columns are considered variable length, even t...James Ahlborn2006-09-183-18/+38
* rework current row page tracking with RowStateJames Ahlborn2006-09-145-184/+474
* implement overflow row readingJames Ahlborn2006-09-134-115/+287
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-133-90/+299
* fix row usage and free space calculationsJames Ahlborn2006-09-111-32/+53
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-089-175/+478
* added some more debug infoJames Ahlborn2006-08-281-0/+11
* added info about password protectionJames Ahlborn2006-08-281-0/+9
* make read-only logic slightly cleanerJames Ahlborn2006-08-251-4/+4
* 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
* inc version post releaseJames Ahlborn2006-08-071-1/+1
* 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