You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible now to use field names instead of numbers in update operations. It affects all update and upsert functions, such as of space, tuple, index, netbox connector - everything. Note, that field names are valid for update operations, not for update key. You still can't insert a map directly into box. An example:
lenkis
added
2.2
feature
A new functionality
manual
[location] Tarantool manual, no definite location
server
[area] Task relates to Tarantool's server (core) functionality
labels
Sep 4, 2019
I tried "s:update({1}, {{'+', 'field', 1}})" with tarantool-2.2 today and the result was: - error: Illegal parameters, field id must be a number. No error with tarantool-master i.e. version 2.3. But we do not have a version-2.3 manual.
It is possible now to use field names instead of numbers in update operations. It affects all update and upsert functions, such as of space, tuple, index, netbox connector - everything. Note, that field names are valid for update operations, not for update key. You still can't insert a map directly into box. An example:
--- - [1, 2] ...
Introduced by me in tarantool/tarantool@9ee5cf8.
The text was updated successfully, but these errors were encountered: