You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is it that when I do a put with a key that already exists, it doesn't update the value for that key? Do I have to delete the old key/value before adding the new key/value?
The text was updated successfully, but these errors were encountered:
It appears that my val is not getting written to the db. But the dbi.put is returning true. Is there something special you have to do to use lmdb::val?
Why is it that when I do a put with a key that already exists, it doesn't update the value for that key? Do I have to delete the old key/value before adding the new key/value?
The text was updated successfully, but these errors were encountered: