[Tarantool-patches] [PATCH v1 1/1] sql: disallow cast of negative DOUBLE to UNSIGNED

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Jul 26 22:41:00 MSK 2021


Hi! Thanks for the patch!

On 21.07.2021 17:05, imeevma at tarantool.org wrote:
> Prior to this patch it was possible to use CAST(<double> AS UNSIGNED)
> and get negative result. For example, result of CAST(-1.5 AS UNSIGNED)
> was -1. This patch removes this possiblity. Now such cast can only

possiblity -> possibility

After that LGTM.


More information about the Tarantool-patches mailing list