another unittest with switching directions |
|
More...
|
over 14 years ago
|
implemented/fixed unittest for switching directions with a cursor |
|
More...
|
over 14 years ago
|
more TODO items |
|
More...
|
over 14 years ago
|
ham_cursor_move(PREVIOUS) is now fully implemented and tested. One unittest with changing directions still fails. |
|
More...
|
over 14 years ago
|
implemented ham_cursor_move(PREVIOUS) and 'ported' most of the unittests |
|
More...
|
over 14 years ago
|
added more unittests for ham_cursor_move(NEXT) |
|
More...
|
over 14 years ago
|
fixed a unittest for ham_cursor_move(NEXT) |
|
More...
|
over 14 years ago
|
added 3 new unittests for ham_cursor_move(NEXT) |
|
More...
|
over 14 years ago
|
added another unittest for ham_cursor_move(NEXT) |
|
More...
|
over 14 years ago
|
updated TODO items |
|
More...
|
over 14 years ago
|
new unittest for iterating over identical items |
|
More...
|
over 14 years ago
|
more tests for ham_cursor_move(HAM_CURSOR_NEXT); cursor will now skip erased keys |
|
More...
|
over 14 years ago
|
added more tests for ham_cursor_move/HAM_CURSOR_NEXT |
|
More...
|
over 14 years ago
|
added unittest for ham_cursor_move - insert 1 key in txn and 1 in btree, then iterate over them |
|
More...
|
over 14 years ago
|
started implementation of ham_Cursor_move; only few scenarios are covered by tests (and working) |
|
More...
|
over 14 years ago
|
ham_cursor_move(...HAM_CURSOR_LAST) is now fully implemented and tested |
|
More...
|
over 14 years ago
|
ham_cursor_move(HAM_CURSOR_FIRST) is now fully test-covered |
|
More...
|
over 14 years ago
|
ham_cursor_move(FIRST) is now covered mostly with tests, but there are a couple of regressions that are not yet fixed. |
|
More...
|
over 14 years ago
|
started implementation of ham_cursor_move(..., HAM_CURSOR_FIRST). not yet covered by any tests, but it compiles ;) |
|
More...
|
over 14 years ago
|
ham_cursor_close is now fully implemented and tested |
|
More...
|
over 14 years ago
|
ham_cursor_clone is now fully implemented and tested |
|
More...
|
over 14 years ago
|
ham_cursor_overwrite is now fully implemented |
|
More...
|
over 14 years ago
|
started implementation of ham_cursor_overwrite (tests are missing) |
|
More...
|
over 14 years ago
|
fixed several regressions; ham_cursor_erase and ham_cursor_find are now fully implemented/tested |
|
More...
|
over 14 years ago
|
most of ham_cursor_erase is implemented; one test still fails |
|
More...
|
over 14 years ago
|
added more tests for ham_cursor_find; will add others after implementing ham_Cursor_erase |
|
More...
|
over 14 years ago
|
started implementation of ham_cursor_find (but not yet fully test covered) |
|
More...
|
over 14 years ago
|
ham_cursor_move now supports transactional and non-transactional cursors, but only for retrieving the current key/record pair. Actually moving the cursor forwards or backwards is not yet implemented. |
|
More...
|
over 14 years ago
|
if a cursor is bound to a txn-op, and this op is flushed, then the btree cursor is coupled to the flushed item. covered by unittests. |
|
More...
|
over 14 years ago
|
most of ham_cursor_move(..., 0) to retrieve key/record of the current key is now implemented; some is still missing (and one unittest is therefore failing) |
|
More...
|
over 14 years ago
|