提交 b02018f9 authored 作者: Thomas Mueller's avatar Thomas Mueller

The double or float value -0.0 is now distinct from 0.0 (as in Java).

上级 e901fd33
--- special grammar and test cases ---------------------------------------------------------------------------------------------
select -cast(0 as double) nz;
> NZ
> -----
> ----
> -0.0
> rows: 1
......@@ -7454,7 +7454,7 @@ SELECT ID++0, -X1, -XT, -X_SM, -XB, -XD, -XD2, -XR FROM TEST;
> ID + 0 - X1 - XT - X_SM - XB - XD - XD2 - XR
> ------ ----- ---- ------ ---- ----- ----- ----
> -1 TRUE 1 1 1 1.00 1.0 1.0
> 0 TRUE 0 0 0 0.00 0.0 0.0
> 0 TRUE 0 0 0 0.00 -0.0 -0.0
> 1 FALSE -1 -1 -1 -1.00 -1.0 -1.0
> 4 FALSE -4 -4 -4 -4.00 -4.0 -4.0
> null null null null null null null null
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论