mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test #3569
This commit is contained in:
parent
5d1bc8540e
commit
4104a0610e
@ -0,0 +1,4 @@
|
||||
-128
|
||||
-32768
|
||||
-2147483648
|
||||
-9223372036854775808
|
4
dbms/tests/queries/0_stateless/00814_parsing_ub.sql
Normal file
4
dbms/tests/queries/0_stateless/00814_parsing_ub.sql
Normal file
@ -0,0 +1,4 @@
|
||||
SELECT toInt8('-128');
|
||||
SELECT toInt16('-32768');
|
||||
SELECT toInt32('-2147483648');
|
||||
SELECT toInt64('-9223372036854775808');
|
Loading…
Reference in New Issue
Block a user