summaryrefslogtreecommitdiffstats
path: root/tests/test_transpile.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:11:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-03 14:11:07 +0000
commit42a1548cecf48d18233f56e3385cf9c89abcb9c2 (patch)
tree5e0fff4ecbd1fd7dd1022a7580139038df2a824c /tests/test_transpile.py
parentReleasing debian version 21.1.2-1. (diff)
downloadsqlglot-42a1548cecf48d18233f56e3385cf9c89abcb9c2.tar.xz
sqlglot-42a1548cecf48d18233f56e3385cf9c89abcb9c2.zip
Merging upstream version 22.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--tests/test_transpile.py2
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):