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

Simplified version of the issue, I think the output decimal's number of digits 
is wrong


diffs (12 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
@@ -173,6 +173,8 @@ where "isauuid"(r'V[')) as sub0 on case 
 least(true, false) then least(true, true) else ((true)and(false)) end) as res;
 ROLLBACK;
 
+values (0.51506835), (2), (least('a', 0.5667308));
+
 START TRANSACTION;
 CREATE TABLE "sys"."t2" ("c0" BIGINT,"c1" BIGINT,"c2" REAL);
 COPY 21 RECORDS INTO "sys"."t2" FROM stdin USING DELIMITERS E'\t',E'\n','"';
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to