Skip to content
Snippets Groups Projects
Commit 76f72dbf authored by ocelot-inc's avatar ocelot-inc
Browse files

removed mention of upsert via secondary key

parent dbad9e4a
No related branches found
No related tags found
No related merge requests found
......@@ -484,19 +484,6 @@ API is a direct binding to corresponding methods of index objects of type
:return: the updated tuple.
:rtype: tuple
.. function:: upsert(key, {{operator, field_no, value}, ...}, {tuple})
Update or insert a tuple.
Same as :func:`box.space...upsert() <space_object.upsert>`,
but key is searched in this index instead of primary key.
This index ought to be unique.
:param lua-value key: key to be matched against the index key
:param table {operator, field_no, value}: update opearations (see: func:`box.space...update() <space_object.update>`)
:return: null.
.. function:: delete(key)
Delete a tuple identified by a key.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment