diff options
Diffstat (limited to 'tests/test_transpile.py')
-rw-r--r-- | tests/test_transpile.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): |