From 76f72dbf139c50d00a31eed59fc0507ec3e1311e Mon Sep 17 00:00:00 2001 From: ocelot-inc <pgulutzan@ocelot.ca> Date: Tue, 29 Sep 2015 10:31:00 -0600 Subject: [PATCH] removed mention of upsert via secondary key --- doc/sphinx/book/box/box_index.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/sphinx/book/box/box_index.rst b/doc/sphinx/book/box/box_index.rst index 1db8a259c6..c269c7009b 100644 --- a/doc/sphinx/book/box/box_index.rst +++ b/doc/sphinx/book/box/box_index.rst @@ -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. -- GitLab