Changeset: 3188caca18b1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3188caca18b1 Modified Files: sql/test/BugTracker-2017/Tests/type-resolution-error.Bugs-6313.sql Branch: default Log Message:
Extended bug report on disjunction error diffs (17 lines): diff --git a/sql/test/BugTracker-2017/Tests/type-resolution-error.Bugs-6313.sql b/sql/test/BugTracker-2017/Tests/type-resolution-error.Bugs-6313.sql --- a/sql/test/BugTracker-2017/Tests/type-resolution-error.Bugs-6313.sql +++ b/sql/test/BugTracker-2017/Tests/type-resolution-error.Bugs-6313.sql @@ -3,3 +3,13 @@ from sys.tablestoragemodel where ((select r_regionkey from sys.region) is NULL) or ((select index_type_name from sys.index_types) is not NULL); +select + sample_69.f_table_catalog as c2 +from + sys.storagemodel as sample_65 + left join sys.geometry_columns as sample_69 + on (sample_65.type = sample_69.f_table_catalog ) + where + ((select default_schema from sys.users) is NULL) + or (cast(coalesce((select side_effect from sys.functions) , + sample_65.revsorted) as boolean) is not NULL); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
