[Tarantool-patches] [PATCH v1 1/1] sql: introduce literals for DECIMAL

Kirill Yukhin kyukhin at tarantool.org
Wed Nov 3 12:55:31 MSK 2021


Hello,


On 26 окт 13:27, imeevma at tarantool.org wrote:
> Part of #6356
> 
> @TarantoolBot document
> Title: Literals for INTEGER, DECIMAL and DOUBLE
> 
> The rules for parsing numeric values have changed:
> 1) a value consisting of digits without decimal point and exponent will
> be parsed as INTEGER;
> 2) a value consisting of digits and a decimal point will be parsed as
> DECIMAL;
> 3) a value consisting of digits, containing an exponent and possibly
> containing a decimal point, will be parsed as DOUBLE.
> ---
> https://github.com/tarantool/tarantool/issues/6356
> https://github.com/tarantool/tarantool/tree/imeevma/gh-6356-literals-for-decimal

LGTM.

I've checked your patch into master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list