sql: replace column_int with column_int64
Big numvers return from sql to lua as double or as long long depending on it's size (wheather it fit into mantisa or not) Remember, in tarantool you can create variable of type long long using LL postfix (ex: 1235453452343LL) closes #2469
Please register or sign in to comment