You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
art-dr
added this to the
Estimate [@arctic_dreamer] milestone
Dec 3, 2021
art-dr
added
server
[area] Task relates to Tarantool's server (core) functionality
reference
[location] Tarantool manual, Reference part
sql
[location] SQL manual
labels
Dec 3, 2021
art-dr
changed the title
Literals for INTEGER, DECIMAL and DOUBLE
[2pt] Literals for INTEGER, DECIMAL and DOUBLE
Dec 3, 2021
Uh oh!
There was an error while loading. Please reload this page.
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:
be parsed as INTEGER;
DECIMAL;
containing a decimal point, will be parsed as DOUBLE.
Requested by @ImeevMA in tarantool/tarantool@ea63798.
To do
The text was updated successfully, but these errors were encountered: