Skip to content

Wrong Space.update() examples in the manual #48

Closed
@akopytov

Description

@akopytov

All Space.update() examples in the manual use the following syntax:

Space.update(key, [(fieldno, op, value)])

However, the actual syntax expected by the driver is:

Space.update(key, [(op, fieldno, value)])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions