| Commit message (Expand) | Author | Age | Files | Lines |
* | add TableBuilder utility | James Ahlborn | 2008-03-20 | 3 | -76/+67 |
* | add test for uniqueEntryCount updates | James Ahlborn | 2008-03-19 | 1 | -1/+54 |
* | completely fix problems with sporadic usage map corruption; add some soft buf... | James Ahlborn | 2008-03-18 | 1 | -1/+2 |
* | be little lenient in date assertions due to double rounding | James Ahlborn | 2008-03-18 | 1 | -6/+17 |
* | add ColumnBuilder utility for simplifying table construction | James Ahlborn | 2008-03-15 | 3 | -130/+36 |
* | always return relationships in same order regardless of table parameter order... | James Ahlborn | 2008-03-13 | 1 | -0/+105 |
* | use readOnly dbs for unit tests | James Ahlborn | 2008-03-13 | 3 | -18/+22 |
* | add unit tests (and fix some bugs) for ignoreNull and unique index handling | James Ahlborn | 2008-03-11 | 3 | -20/+115 |
* | add tests for the various supported index types | James Ahlborn | 2008-03-10 | 1 | -0/+394 |
* | formalize code for reading unsigned bytes | James Ahlborn | 2008-03-09 | 1 | -4/+4 |
* | More fixes for index parsing. Believe index names are now correctly | James Ahlborn | 2008-03-06 | 1 | -1/+41 |
* | write javadoc for DataTypes; accept wider range of incomging values for some ... | James Ahlborn | 2008-03-04 | 1 | -2/+5 |
* | fix some compiler warnings | James Ahlborn | 2008-02-29 | 1 | -1/+0 |
* | more index testing | James Ahlborn | 2008-02-29 | 1 | -0/+5 |
* | do not store millis in date test | James Ahlborn | 2008-02-22 | 1 | -1/+6 |
* | Resolve more edge cases around date handling | James Ahlborn | 2008-01-24 | 1 | -7/+38 |
* | add some more date testing | James Ahlborn | 2008-01-15 | 1 | -1/+40 |
* | add openCopy utility method | James Ahlborn | 2008-01-14 | 1 | -19/+23 |
* | test cursorbuilder | James Ahlborn | 2007-12-05 | 2 | -1/+167 |
* | add ids to savepoints in order to verify legitimacy of restore attempts | James Ahlborn | 2007-12-04 | 1 | -0/+38 |
* | fix file copyrights | James Ahlborn | 2007-12-03 | 5 | -5/+130 |
* | ditch builder-style methods on cursor impls, create CursorBuilder for simpler... | James Ahlborn | 2007-12-03 | 1 | -4/+7 |
* | more cursor tests | James Ahlborn | 2007-12-02 | 1 | -0/+45 |
* | implement range-based, index cursors | James Ahlborn | 2007-12-02 | 2 | -48/+203 |
* | more minor tweaks and enhanced cursor tests | James Ahlborn | 2007-11-29 | 1 | -7/+53 |
* | rename skip methods; minor code cleanups | James Ahlborn | 2007-11-29 | 1 | -13/+19 |
* | implement and test index based cursor | James Ahlborn | 2007-11-28 | 1 | -19/+154 |
* | implement save/restore in Cursor; use during find calls | James Ahlborn | 2007-11-28 | 1 | -1/+8 |
* | make usagemap cursor work similarly to Cursor; handle live additions and dele... | James Ahlborn | 2007-11-26 | 1 | -0/+72 |
* | further refactoring of table/cursor; initial iterator for index to allow for ... | James Ahlborn | 2007-11-26 | 1 | -3/+19 |
* | add some convenience methods for finding values in a table | James Ahlborn | 2007-11-21 | 1 | -0/+5 |
* | add reverse cursor traversal | James Ahlborn | 2007-11-21 | 1 | -4/+24 |
* | Move table iteration out of Table and into Cursor. First stage in | James Ahlborn | 2007-11-20 | 2 | -3/+121 |
* | change references between major data types; share common utility classes from... | James Ahlborn | 2007-11-19 | 1 | -6/+24 |
* | Update table row count correctly on row deletion or bulk row addition, | James Ahlborn | 2007-11-17 | 2 | -9/+58 |
* | Add experimental support for auto-number columns, feature request | James Ahlborn | 2007-11-16 | 1 | -0/+75 |
* | add support for writing large table definitions; move table definition code i... | James Ahlborn | 2007-07-13 | 2 | -5/+41 |
* | add flush method to Database; add unit test for new usage map functionality | James Ahlborn | 2007-07-10 | 1 | -0/+27 |
* | handle reading/writing numeric values which thing that they are fixed length ... | James Ahlborn | 2007-06-05 | 1 | -0/+52 |
* | when writing table definition, set things up so long variable length columns ... | James Ahlborn | 2007-05-08 | 2 | -0/+40 |
* | add unit test for new copyTable behavior | James Ahlborn | 2006-11-13 | 2 | -7/+122 |
* | implement multi-page long value writing | James Ahlborn | 2006-10-02 | 1 | -4/+53 |
* | read index entries on demand | James Ahlborn | 2006-09-26 | 1 | -1/+3 |
* | support reading 'compressed' indexes (fix 1563654) | James Ahlborn | 2006-09-26 | 2 | -30/+50 |
* | fix ordering of byte code comparator | James Ahlborn | 2006-09-23 | 1 | -0/+96 |
* | make byte[] printable when dumping table | James Ahlborn | 2006-09-21 | 1 | -1/+12 |
* | add ability to dump to writer | James Ahlborn | 2006-09-21 | 1 | -5/+19 |
* | rework current row page tracking with RowState | James Ahlborn | 2006-09-14 | 1 | -15/+16 |
* | implement overflow row reading | James Ahlborn | 2006-09-13 | 1 | -0/+28 |
* | refactor index entries to allow for fixing textual entries (not finished yet) | James Ahlborn | 2006-09-13 | 1 | -2/+2 |