Add a test

This commit is contained in:
Alexey Milovidov 2020-06-28 01:37:52 +03:00
parent ae67ea3ab3
commit 58d52c3715
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-36170086419038336
-140739635871744
-2147483648

View File

@ -0,0 +1,5 @@
select intDiv(-9223372036854775808, 255);
select intDiv(-9223372036854775808, 65535);
select intDiv(-9223372036854775808, 4294967295);
select intDiv(-9223372036854775808, 18446744073709551615); -- { serverError 153 }
select intDiv(-9223372036854775808, -1); -- { serverError 153 }