Skip Menu |

This queue is for tickets about the LMDB_File CPAN distribution.

Report information
The Basics
Id: 95013
Status: resolved
Priority: 0/
Queue: LMDB_File

People
Owner: sog [...] msg.com.mx
Requestors: quanah.gibsonmount [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in:
  • 0.07
  • 0.07_1
  • 0.07_2
  • 0.07_3
  • 0.07_4



Subject: Missing function to use cursors for delete
While MDB supports using a cursor for deletes, LMDB_File does not expose this option, just get and put.
It is supported, but undocumented. Try: $cursor->del(0); Regards.
Salvador: If you created a github project we could send a pull request to add this to the docs. :) BTW: I did a search and it seems somebody has already uploaded it to github: https://github.com/hasseily/LMDB_File Of course I'd much prefer to send pull requests to an official repo... On Thu Apr 24 16:24:40 2014, SORTIZ wrote: Show quoted text
> It is supported, but undocumented. > > Try: > > $cursor->del(0); > > Regards. >