Skip to content
Snippets Groups Projects
Commit 4ccf5033 authored by Kirill Yukhin's avatar Kirill Yukhin Committed by Konstantin Osipov
Browse files

sql: Make all integer and real types belong to Tarantool's `scalar`.

     * As far as Tarantool is unable to compare `integer` and `real` classes,
     make them generic `scalars`.
     * Fix `sqlite-tcl` test in `sort/nosort` part since `WITHOUT ROWID` is now
     set by default.

sql: Initialize `default_rc` in record unpack.

     * `MsgPack` conversion to `UnpackedRecord` doesn't initialize
     `default_rc`. This ends up with flakiness in where.test.lua:14.7.2
     * The same issue affects sort.test.lua, fixed by this patch.
parent b2b4f37f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment