igorcoding / tarantool-spacer

Tarantool Spacer. Automatic schema migrations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

field type 'num' is deprecated since Tarantool 1.7, please use 'unsigned' instead

bofm opened this issue · comments

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'.

commented

This is most likely caused by improper version comparison code in compat.lua. It compares versions as strings.