From 42a1548cecf48d18233f56e3385cf9c89abcb9c2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Mar 2024 15:11:07 +0100 Subject: Merging upstream version 22.2.0. Signed-off-by: Daniel Baumann --- tests/test_transpile.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_transpile.py') diff --git a/tests/test_transpile.py b/tests/test_transpile.py index 99b3fac..49deda9 100644 --- a/tests/test_transpile.py +++ b/tests/test_transpile.py @@ -747,7 +747,6 @@ FROM base""", "ALTER SEQUENCE IF EXISTS baz RESTART WITH boo", "ALTER SESSION SET STATEMENT_TIMEOUT_IN_SECONDS=3", "ALTER TABLE integers DROP PRIMARY KEY", - "ALTER TABLE s_ut ADD CONSTRAINT s_ut_uq UNIQUE hajo", "ALTER TABLE table1 MODIFY COLUMN name1 SET TAG foo='bar'", "ALTER TABLE table1 RENAME COLUMN c1 AS c2", "ALTER TABLE table1 RENAME COLUMN c1 TO c2, c2 TO c3", @@ -769,7 +768,6 @@ FROM base""", "SET -v", "SET @user OFF", "SHOW TABLES", - "TRUNCATE TABLE x", "VACUUM FREEZE my_table", ): with self.subTest(sql): -- cgit v1.2.3