Open
Description
Product: Tarantool
Since: 3.2
Root documents: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/format/
Details
The source tuple (i.e., the argument of DML) is now passed as a second
argument to the default_func
field option of space:format
.
See also tarantool/tarantool#9825 and PRD.
Please note that the tuple argument is created from the source tuple data,
which implies the following: (i) fields may not adhere to the space format;
(ii) nil fields are always nil (i.e., the default
value and the
default_func
are not used).
Requested by @CuriousGeorgiy in tarantool/tarantool@b32b20c.