Check connector works with new data types
karlovnv opened this issue · 0 comments
karlovnv commented
Tarantool has several new data types. It's needed to ensure that connector can properly serialize/deserialize them.
- UUID (
MP_UUIDSince version 2.4.1) - Datetime (
MP_DATETIMESince version 2.10.0) - Decimal (
MP_DECIMAL) - Interval (
MP_INTERVALSince version 2.10.0)
https://www.tarantool.io/en/doc/latest/dev_guide/internals/msgpack_extensions/