Changeset: 2edb42b2b82e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2edb42b2b82e Modified Files: sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test Branch: userprofile Log Message:
fixed test diffs (17 lines): diff --git a/sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test b/sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test --- a/sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test +++ b/sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test @@ -191,11 +191,11 @@ SELECT * FROM sys.auths WHERE grantor NO ---- query TTIT rowsort -SELECT * FROM sys.users WHERE name NOT IN (SELECT name FROM sys.auths) +SELECT name, fullname, default_schema, schema_path FROM sys.users WHERE name NOT IN (SELECT name FROM sys.auths) ---- query TTIT rowsort -SELECT * FROM sys.users WHERE default_schema NOT IN (SELECT id FROM sys.schemas) +SELECT name, fullname, default_schema, schema_path FROM sys.users WHERE default_schema NOT IN (SELECT id FROM sys.schemas) ---- query TTITIITIT rowsort _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
