Changeset: 0087f4612453 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0087f4612453 Modified Files: sql/test/Tests/comment-on.SQL.py Branch: Jan2022 Log Message:
Approved output diffs (12 lines): diff --git a/sql/test/Tests/comment-on.SQL.py b/sql/test/Tests/comment-on.SQL.py --- a/sql/test/Tests/comment-on.SQL.py +++ b/sql/test/Tests/comment-on.SQL.py @@ -98,7 +98,7 @@ COMMENT ON COLUMN "foo"."tab"."j" IS 'jj SEQUENCE foo.counter #COMMENT ON SEQUENCE counter IS 'counting'; SEQUENCE foo.counter 'counting' -CREATE SEQUENCE "foo"."counter" START WITH 1 MAXVALUE 9223372036854775807 NO CYCLE; +CREATE SEQUENCE "foo"."counter" START WITH 1 NO CYCLE; COMMENT ON SEQUENCE "foo"."counter" IS 'counting'; #SET SCHEMA sys; #COMMENT ON SEQUENCE foo.counter IS 'still counting'; _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
