[tarantool-patches] Re: [PATCH 5/6] sql: introduce extended range for INTEGER type

Konstantin Osipov kostja at tarantool.org
Wed Jul 24 20:09:34 MSK 2019


* n.pettik <korablev at tarantool.org> [19/07/24 19:54]:
> 
> But failed (simply forgot) to fix that for binding values.
> So, juts want to clarify: we never set “UNSIGNED” type for
> literals, even if they are in range [2^63, 2^64-1], right?
> 
> If so, patch turns out to be pretty simple.

Yes, I think UNSIGNED is only storage type, we never should deliberately use
UNSIGNED values in vdbe, INTEGER is powerful enough to always use it.

Of course if we get UNSIGNED from the storage layer, we need to
preserve its type.

-- 
Konstantin Osipov, Moscow, Russia




More information about the Tarantool-patches mailing list