Re: [elephant-devel] remove-current-kv does not work as advertised!

2008-06-04 Thread Alex Mizrahi
IE> Will these semantics work for postmodern? sure, to add this feature i just need to remove one line of code :) -- that closes cursor on delete. pm-cursor caches current value, so even cursor-current will return something. ___ elephant-devel site

Re: [elephant-devel] remove-current-kv does not work as advertised!

2008-06-04 Thread Ian Eslick
remove-current-kv assumes a fix to cursor-delete that robert and I talked about that I forgot to do. My proposal for this was to change the semantics so that the consequences of cursor operations that assume the data is valid (i.e. other than next/prev, etc) are undefined. In this way the