Skip to content

Commit c659e85

Browse files
committed
Fix tests
1 parent f8063da commit c659e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crud/select/filters.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ local function parse(space, conditions, opts)
105105
local index = space_indexes[condition.operand]
106106

107107
if index ~= nil then
108-
fields = get_index_fieldnos(index)
108+
fields = get_index_fieldnos(index, space_format)
109109
fields_types = get_index_fields_types(index)
110110
values_opts = get_values_opts(index)
111111
else

0 commit comments

Comments
 (0)