Changeset: 5cfa6f0506cd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5cfa6f0506cd Modified Files: sql/test/SQLancer/Tests/sqlancer09.sql sql/test/SQLancer/Tests/sqlancer09.stable.err Branch: Oct2020 Log Message:
Approved output diffs (23 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 @@ -301,3 +301,5 @@ as sub0 on ((least(342, v18.vc0))<>(1)) group by greatest(-432, ((24)|(32))), least(((((r'RJᦈ4[[h\340\272\246')like(r'9804')))and(not (false))), "isauuid"(cast(v18.vc0 as string(979)))); ROLLBACK; + +select (-1.7976931348623157E308)/(0.98067827792867723335490381941781379282474517822265625); --error, overflow diff --git a/sql/test/SQLancer/Tests/sqlancer09.stable.err b/sql/test/SQLancer/Tests/sqlancer09.stable.err --- a/sql/test/SQLancer/Tests/sqlancer09.stable.err +++ b/sql/test/SQLancer/Tests/sqlancer09.stable.err @@ -35,6 +35,10 @@ QUERY = select ((sum(all least(((((0.32) group by greatest(-432, ((24)|(32))), least(((((r'RJᦈ4[[h\340\272\246')like(r'9804')))and(not (false))), ERROR = !Argument 2 to round function cannot be null CODE = 42000 +MAPI = (monetdb) /var/tmp/mtest-117811/.s.monetdb.30533 +QUERY = select (-1.7976931348623157E308)/(0.98067827792867723335490381941781379282474517822265625); --error, overflow +ERROR = !overflow in calculation -1.7976931348623157e+308/0.98067827792867723. +CODE = 22003 # 14:35:03 > # 14:35:03 > "Done." _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list