Closed akopytov closed 8 years ago
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)])
Fixing in pull request https://github.com/tarantool/tarantool-python/pull/52
Superseeded by #67
All Space.update() examples in the manual use the following syntax:
However, the actual syntax expected by the driver is: