tarantool / tarantool-python

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

Support decimal #203

Closed Totktonada closed 2 years ago

Totktonada commented 2 years ago

Protocol documentation: https://github.com/tarantool/doc/issues/992. Python documentation: https://docs.python.org/3/library/decimal.html.

What is interesting: I don't see a way to construct Python's decimal from a binary form without encoding into a string first. Maybe I missed something.