Skip to content
Snippets Groups Projects
Commit bb93eeae authored by Kirill Yukhin's avatar Kirill Yukhin
Browse files

sql: do not allow oversized integer literals

Before the patch, big integer constants were silently
converted to floating point values. Fix that by issuing
error message if value doesn't fit in int64_t range.

Also, refactor surrounding code as per Tarantool's code style.

Closes #2347
parent 0bc63674
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment