We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d4f7e commit 4f6c1daCopy full SHA for 4f6c1da
crud/select/executor.lua
@@ -41,7 +41,7 @@ end
41
local generate_value
42
43
if has_keydef then
44
- generate_value = function(after_tuple, scan_value, index_parts, tarantool_iter)
+ generate_value = function(after_tuple, scan_value, index_parts)
45
local key_def = keydef_lib.new(index_parts)
46
if key_def:compare_with_key(after_tuple, scan_value) < 0 then
47
return key_def:extract_key(after_tuple)
0 commit comments