Closed
Description
Product: Tarantool
Since: 2.8
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql-features/
and
https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql_user_guide/
SME: @ ImeevMA
Details
The rules for parsing numeric values have changed:
- a value consisting of digits without decimal point and exponent will
be parsed as INTEGER; - a value consisting of digits and a decimal point will be parsed as
DECIMAL; - a value consisting of digits, containing an exponent and possibly
containing a decimal point, will be parsed as DOUBLE.
Requested by @ImeevMA in tarantool/tarantool@ea63798.
To do
- change the description of feature E011-03 (https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql-features/)
- change the description of DOUBLE literals, add a new paragraph for DECIMAL literals (https://www.tarantool.io/en/doc/latest/reference/reference_sql/sql_user_guide/)