go-tarantool icon indicating copy to clipboard operation
go-tarantool copied to clipboard

msgpack_ext: add string convertion for decimal datetime interval

Open babyTsakhes opened this issue 1 month ago • 2 comments

msgpack_ext: add string() for decimal

Added a decimal type conversion function to a string, added tests for this function. Fixed name of function. Add test for decimal convertion. I tried to write an optimized version, but there is a problem with values when working with BCD, insignificant zeros after the decimal point are lost.

Added #322

babyTsakhes avatar Oct 31 '25 22:10 babyTsakhes