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
This patch completes series of patches that allow to use raw
tuples as input and output arguments.
It was decided to use insert/replace/delete functions only for raw
tuples. In contrast {insert/replace/delete}_object functions
allow to put unflattened objects as it was before.
Closes#6
*`object` (`table`) - object to insert if there is no existing tuple which matches the key fields
213
+
*`tuple` / `object` (`table`) - tuple/object to insert if there is no existing tuple which matches the key fields
186
214
*`operations` (`table`) - update [operations](https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/#box-space-update) if there is an existing tuple which matches the key fields of tuple
187
215
*`opts`:
188
216
*`timeout` (`?number`) - `vshard.call` timeout (in seconds)
189
217
190
-
Returns nil, error.
218
+
Returns metadata and empty array of rows or nil, error.
0 commit comments