diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 04:54:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-30 04:54:49 +0000 |
commit | 3baf961bf84d7a67c838d6bc09cc5f0fe90a35b4 (patch) | |
tree | dc974c69ee45867df73e46342261aa658eb50392 /tests/test_transpile.py | |
parent | Releasing debian version 25.21.3-1. (diff) | |
download | sqlglot-3baf961bf84d7a67c838d6bc09cc5f0fe90a35b4.tar.xz sqlglot-3baf961bf84d7a67c838d6bc09cc5f0fe90a35b4.zip |
Merging upstream version 25.24.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/test_transpile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_transpile.py b/tests/test_transpile.py index 1e0d9b6..07a915d 100644 --- a/tests/test_transpile.py +++ b/tests/test_transpile.py @@ -857,7 +857,6 @@ FROM x""", "CREATE OR REPLACE STAGE", "EXECUTE statement", "EXPLAIN SELECT * FROM x", - "GRANT INSERT ON foo TO bla", "LOAD foo", "OPTIMIZE TABLE y", "PREPARE statement", |