tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Support UUID extended type #227

Closed DifferentialOrange closed 2 years ago

DifferentialOrange commented 2 years ago

Merge after #226

Tarantool supports UUID type since version 2.4.1 [1]. This patch introduced the support of Tarantool UUID type in msgpack decoders and encoders. The Tarantool UUID type is mapped to the native Python uuid.UUID type.

  1. https://github.com/tarantool/tarantool/issues/4268

Closed #202

DifferentialOrange commented 2 years ago

but I would split test_msgpack_ext.py into two files.

Reworked