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
Copy file name to clipboardExpand all lines: doc/reference/reference_lua/box_index/select.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ index_object:select()
38
38
fields are compared, so ``select{1,2}`` matches a tuple
39
39
whose primary key is ``{1,2,3}``.
40
40
* (Optionally) If ``options.fetch_pos`` is set to **true**, returns a base64-encoded string representing the position of the last selected tuple as the second value.
Copy file name to clipboardExpand all lines: doc/reference/reference_lua/box_space/select.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ space_object:select()
43
43
fields are compared, so ``select{1,2}`` matches a tuple
44
44
whose primary key is ``{1,2,3}``.
45
45
* (Optionally) If ``options.fetch_pos`` is set to **true**, returns a base64-encoded string representing the position of the last selected tuple as the second value.
0 commit comments