dbms: fixed error with type of result of floating point division [#METR-14693].

This commit is contained in:
Alexey Milovidov 2015-01-20 21:41:15 +03:00
parent e61c2d7b28
commit 62e238911d
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
0 1 -1 128 -127 -128 255 -128 255 -127 65535 4294967295 12300 4656 -0 -0 0 18446744073709551615 20988295479420645000 -18446744073709552000 -9223372036854775807 -8.98846567431158e307 -2.2250738585072014e-308 inf -inf nan nan 1e-302 UInt8 UInt8 Int8 UInt8 Int8 Int8 UInt8 Int8 UInt8 Int8 UInt16 UInt32 Float64 Float64 Float64 Float64 Float64 UInt64 Float64 Float64 Int64 Float64 Float64 Float64 Float64 Float64 Float32 Float64
0 1 -1 128 -127 -128 255 -128 255 -127 65535 4294967295 12300 4656 -0 -0 0 18446744073709551615 20988295479420645000 -18446744073709552000 -9223372036854775807 -8.98846567431158e307 -2.2250738585072014e-308 inf -inf nan nan 1e-302 UInt8 UInt8 Int8 UInt8 Int8 Int8 UInt8 Int8 UInt8 Int8 UInt16 UInt32 Float64 Float64 Float64 Float64 Float64 UInt64 Float64 Float64 Int64 Float64 Float64 Float64 Float64 Float64 Float64 Float64
1e308
-1e-307

View File

@ -0,0 +1 @@
SELECT 1 / 10;