diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:11:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:11:03 +0000 |
commit | 5d0ea770947ae1da51537ff75b14b48218d729aa (patch) | |
tree | 86e66fc69feeae4c4b23749e7779f6731791edcc /tests/test_transpile.py | |
parent | Adding upstream version 21.1.2. (diff) | |
download | sqlglot-5d0ea770947ae1da51537ff75b14b48218d729aa.tar.xz sqlglot-5d0ea770947ae1da51537ff75b14b48218d729aa.zip |
Adding upstream version 22.2.0.upstream/22.2.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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): |