| Commit message (Expand) | Author | Age | Files | Lines |
* | implement multi-page long value writing | James Ahlborn | 2006-10-02 | 4 | -86/+196 |
* | read index entries on demand | James Ahlborn | 2006-09-26 | 1 | -4/+60 |
* | fail more gracefully if writing large index | James Ahlborn | 2006-09-26 | 1 | -1/+5 |
* | support reading 'compressed' indexes (fix 1563654) | James Ahlborn | 2006-09-26 | 2 | -43/+223 |
* | add support for get/put int of different byteorder | James Ahlborn | 2006-09-25 | 1 | -0/+49 |
* | add offset for next leaf page number | James Ahlborn | 2006-09-25 | 1 | -0/+4 |
* | save set of lookup columns | James Ahlborn | 2006-09-25 | 1 | -3/+8 |
* | fix ordering of byte code comparator | James Ahlborn | 2006-09-23 | 2 | -6/+14 |
* | create method for interpreting boolean values | James Ahlborn | 2006-09-23 | 2 | -6/+11 |
* | further refactor or row parsing logic | James Ahlborn | 2006-09-21 | 2 | -167/+164 |
* | change numeric negate flag | James Ahlborn | 2006-09-21 | 1 | -1/+1 |
* | clean up index reading/writing of text columns, add support for more characters | James Ahlborn | 2006-09-18 | 2 | -224/+375 |
* | remove debug printlns | James Ahlborn | 2006-09-18 | 1 | -2/+0 |
* | honor endianness when reading currency values | James Ahlborn | 2006-09-18 | 1 | -7/+5 |
* | add dump to file utility method | James Ahlborn | 2006-09-18 | 1 | -2/+21 |
* | do not ask me why, but numeric columns are considered variable length, even t... | James Ahlborn | 2006-09-18 | 3 | -18/+38 |
* | rework current row page tracking with RowState | James Ahlborn | 2006-09-14 | 4 | -169/+458 |
* | implement overflow row reading | James Ahlborn | 2006-09-13 | 2 | -115/+259 |
* | refactor index entries to allow for fixing textual entries (not finished yet) | James Ahlborn | 2006-09-13 | 2 | -88/+297 |
* | fix row usage and free space calculations | James Ahlborn | 2006-09-11 | 1 | -32/+53 |
* | clean up lots of cruft around datatypes; add more sanity checking on table cr... | James Ahlborn | 2006-09-08 | 7 | -171/+388 |
* | added some more debug info | James Ahlborn | 2006-08-28 | 1 | -0/+11 |
* | make read-only logic slightly cleaner | James Ahlborn | 2006-08-25 | 1 | -4/+4 |
* | add support for opening files read-only (#1545857) | James Ahlborn | 2006-08-25 | 1 | -5/+23 |
* | more tweaks to index reading/writing | James Ahlborn | 2006-08-08 | 1 | -3/+25 |
* | further cleanup on row reading; fix recent issue of reading var len data twice | James Ahlborn | 2006-08-08 | 1 | -13/+16 |
* | allow reading multi-page memos | James Ahlborn | 2006-08-08 | 1 | -23/+4 |
* | use uppercase names when adding text columns to indexes, which fixes long sta... | James Ahlborn | 2006-08-07 | 2 | -6/+5 |
* | reduce usage of SQLException | James Ahlborn | 2006-08-04 | 4 | -20/+17 |
* | make database and table iterable; slight rearrangement of logic in getNextRow | James Ahlborn | 2006-08-04 | 2 | -35/+164 |
* | treat table names as case insensitive; use stored table names when instantiat... | James Ahlborn | 2006-08-04 | 1 | -17/+69 |
* | set table name earlier in constructor | James Ahlborn | 2006-08-04 | 1 | -1/+1 |
* | write tdef page free space | James Ahlborn | 2006-08-04 | 1 | -2/+4 |
* | implement reading multi-page long binary values | James Ahlborn | 2006-08-03 | 1 | -11/+61 |
* | when reading multi-page table def, flip buffer before parsing (fix bug 1306970) | James Ahlborn | 2006-08-03 | 1 | -0/+1 |
* | use common row start/end reading methods | James Ahlborn | 2006-08-03 | 1 | -8/+3 |
* | fix handling of skipped rows | James Ahlborn | 2006-08-03 | 1 | -3/+26 |
* | add toCharSequence method | James Ahlborn | 2006-08-03 | 1 | -4/+17 |
* | swap overflow/deleted flag logic | James Ahlborn | 2006-08-03 | 1 | -2/+8 |
* | clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1... | James Ahlborn | 2006-07-31 | 4 | -44/+84 |
* | handle more tables with more idnex slots than actual indexes (fix bug 1530312) | James Ahlborn | 2006-07-30 | 2 | -4/+38 |
* | reset Expander between usages | James Ahlborn | 2006-07-27 | 1 | -0/+1 |
* | fix compressed text handling; wrap arithmetic exceptions with ioexceptions | James Ahlborn | 2006-07-26 | 1 | -80/+151 |
* | read variable length column data on demand | James Ahlborn | 2006-07-26 | 1 | -16/+11 |
* | add write support for numeric/guid | James Ahlborn | 2006-07-25 | 2 | -5/+14 |
* | add currency support | James Ahlborn | 2006-07-25 | 4 | -89/+285 |
* | first attempt at reading with deleted columns | James Ahlborn | 2006-07-24 | 3 | -21/+52 |
* | add index primary key info; possibly fix some bugs around reading indexes (or... | James Ahlborn | 2006-07-24 | 3 | -21/+93 |
* | Added getRowCount | Tim McCune | 2006-07-08 | 1 | -0/+4 |
* | Added table name to toString | Tim McCune | 2006-07-05 | 1 | -0/+1 |