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
It looks like the sharedStructuresKey does not work if it is set to 0.
I would like to use keyEncoding: 'uint32' combined with shared structures thus sharedStructuresKey set to 0 seems to me the optimal choice (in the case in which, due to the key encoding, js Symbols can not be used).
It looks like the
sharedStructuresKey
does not work if it is set to0
.I would like to use
keyEncoding: 'uint32'
combined with shared structures thussharedStructuresKey
set to0
seems to me the optimal choice (in the case in which, due to the key encoding, jsSymbol
s can not be used).0
is a falsy value so condition below will not see the passed key and will conclude thatsharedStructuresKey
was not defined.lmdb-js/open.js
Lines 252 to 254 in 35e37a2
Is this intentional?
The text was updated successfully, but these errors were encountered: