box: make UUID part of SCALAR
Prior to this patch, UUID was not part of SCALAR. However, this should be changed to comply with the RFC "Consistent Lua/SQL types". Closes #6042 @TarantoolBot document Title: UUID is now part of SCALAR The UUID field type is now part of the SCALAR field type. This means that now values of type UUID can be inserted into the SCALAR field, and these values can participate in the sorting of the SCALAR fields. The order is as follows: boolean < number < string < varbinary < uuid.
Showing
- changelogs/unreleased/make-uuid-part-of-scalar.md 3 additions, 0 deletionschangelogs/unreleased/make-uuid-part-of-scalar.md
- src/box/field_def.c 1 addition, 1 deletionsrc/box/field_def.c
- src/box/tuple_compare.cc 3 additions, 1 deletionsrc/box/tuple_compare.cc
- test/app/uuid.result 58 additions, 0 deletionstest/app/uuid.result
- test/app/uuid.test.lua 20 additions, 0 deletionstest/app/uuid.test.lua
- test/engine/ddl.result 2 additions, 4 deletionstest/engine/ddl.result
- test/engine/ddl.test.lua 2 additions, 2 deletionstest/engine/ddl.test.lua
Loading
Please register or sign in to comment