We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tarantool> box.info.version --- - 1.10.15-0-ge14d0b4 ... tarantool> crud.update('customers', 1, {{":", "name", 2, 3, "a"}}) --- - null - line: 177 class_name: UpdateError err: 'Failed to update: Unknown UPDATE operation' file: ./crud/update.lua str: 'UpdateError: Failed to update: Unknown UPDATE operation' ...
yet it is actually supported by Tarantool 1.10.15. The reason is that the operation is converted to invalid [[":",3,2]] operation:
[[":",3,2]]
crud/crud/common/utils.lua
Lines 776 to 778 in 48f801c
The text was updated successfully, but these errors were encountered:
This one is likely to be closed together with 1.10 support drop
Sorry, something went wrong.
We need to remove a skip helper from the go-tarantool tests after the fix: tarantool/go-tarantool#353
No branches or pull requests
yet it is actually supported by Tarantool 1.10.15. The reason is that the operation is converted to invalid
[[":",3,2]]
operation:crud/crud/common/utils.lua
Lines 776 to 778 in 48f801c
The text was updated successfully, but these errors were encountered: