Changeset: 269e10564731 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=269e10564731
Modified Files:
        sql/test/SQLancer/Tests/sqlancer09.sql
Branch: Oct2020
Log Message:

Round function on floating-points giving -Inf


diffs (9 lines):

diff --git a/sql/test/SQLancer/Tests/sqlancer09.sql 
b/sql/test/SQLancer/Tests/sqlancer09.sql
--- a/sql/test/SQLancer/Tests/sqlancer09.sql
+++ b/sql/test/SQLancer/Tests/sqlancer09.sql
@@ -303,3 +303,5 @@ group by greatest(-432, ((24)|(32))), 
least(((((r'RJᦈ4[[h\340\272\246')like(r'9804')))and(not (false))),
 ROLLBACK;
 
 select 
(-1.7976931348623157E308)/(0.98067827792867723335490381941781379282474517822265625);
 --error, overflow
+
+values (round(-1.4999792343698102e+308, 15)),(1.2); --error, overflow?
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to