From ddeb6a893d4ab240f051dd3714db022eb81bfc0a Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Jun 2024 21:26:53 +0700 Subject: [PATCH] save --- mdbx/cursor.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mdbx/cursor.go b/mdbx/cursor.go index 035738a..482b866 100644 --- a/mdbx/cursor.go +++ b/mdbx/cursor.go @@ -36,6 +36,8 @@ const ( Set = C.MDBX_SET // The specified key. SetKey = C.MDBX_SET_KEY // Get key and data at the specified key. SetRange = C.MDBX_SET_RANGE // The first key no less than the specified key. + + LesserThan = C.MDBX_TO_KEY_LESSER_THAN ) // The MDB_MULTIPLE and MDB_RESERVE flags are special and do not fit the