field type 'num' is deprecated since Tarantool 1.7, please use 'unsigned' instead
bofm opened this issue · 2 comments
bofm commented
I get the error:
2018-07-11 16:34:36.745 [1] main/101/app.lua schema.lua:790 W> field type 'num' is deprecated since Tarantool 1.7, please use 'unsigned' instead
on Tarantool 1.10 when I define a space with a field of type 'number'.
bofm commented
This is most likely caused by improper version comparison code in compat.lua. It compares versions as strings.
igorcoding commented