Changeset: 8e8d0f620a82 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8e8d0f620a82
Modified Files:
        sql/test/BugTracker-2017/Tests/date-arithmetic.Bug-6415.sql
Branch: Jun2020
Log Message:

Updated test with query to be fixed on typing branch


diffs (9 lines):

diff --git a/sql/test/BugTracker-2017/Tests/date-arithmetic.Bug-6415.sql 
b/sql/test/BugTracker-2017/Tests/date-arithmetic.Bug-6415.sql
--- a/sql/test/BugTracker-2017/Tests/date-arithmetic.Bug-6415.sql
+++ b/sql/test/BugTracker-2017/Tests/date-arithmetic.Bug-6415.sql
@@ -1,3 +1,5 @@
 select cast('2017-10-10' as date) - cast('2017-10-01' as date), date 
'2017-10-10' - date '2017-10-01';
 select cast('2017-10-01' as date) + 9, date '2017-10-01' + 9;
 select cast('2017-10-01' as date) + (9*24*3600), date '2017-10-01' + 
(9*24*3600);
+
+select '1' + '1'; -- this is a related bug found by SQLancer to be fixed on 
the typing branch
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to