Changeset: 48eccdd30876 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/48eccdd30876 Modified Files: sql/test/BugTracker-2022/Tests/dependencies.Bug-7328.test Branch: Sep2022 Log Message:
Update comment in test diffs (21 lines): diff --git a/sql/test/BugTracker-2022/Tests/dependencies.Bug-7328.test b/sql/test/BugTracker-2022/Tests/dependencies.Bug-7328.test --- a/sql/test/BugTracker-2022/Tests/dependencies.Bug-7328.test +++ b/sql/test/BugTracker-2022/Tests/dependencies.Bug-7328.test @@ -43,7 +43,7 @@ mmtest02 1 7 -# as only 1 column is specified in the function mmtest02 we expect only 1 dependency, instead we get 2 columns returned +# even when only 1 column is specified in the function mmtest02 body, the insert statement depends on all (2) columns of a table # an extra test to check what happens when no columns are listed in the insert statement statement ok @@ -95,7 +95,7 @@ mmtest03 1 7 -# as no columns are specified in the function mmtest03 we expect also 0 dependencies here, instead we get 2 columns returned +# even when 0 columns are specified in the function mmtest03 body, the insert statement depends on all (2) columns of a table # also check what happens when you specify DELETE instead of INSERT statement ok _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
