forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Now tuples are decoded into structures according to the order of the fields in the structure. We need to support tuple format in IPROTO features to decode tuples into structures based on field names (or msgpack/v5
labels) in the structure.
This will allow users not to change the code when changing the space scheme (within reasonable limits).
See:
DifferentialOrange