diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-20 07:52:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-20 07:52:11 +0000 |
commit | ef96562ae91ff24648e4d450c7cd2bd6b8dd4197 (patch) | |
tree | c6eca010ad2284c0130abfcf1b940033c36a57e4 /tests/fixtures | |
parent | Releasing debian version 25.30.0-1. (diff) | |
download | sqlglot-ef96562ae91ff24648e4d450c7cd2bd6b8dd4197.tar.xz sqlglot-ef96562ae91ff24648e4d450c7cd2bd6b8dd4197.zip |
Merging upstream version 25.31.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/fixtures')
-rw-r--r-- | tests/fixtures/identity.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/identity.sql b/tests/fixtures/identity.sql index 33199de..0e13a64 100644 --- a/tests/fixtures/identity.sql +++ b/tests/fixtures/identity.sql @@ -882,4 +882,4 @@ GRANT SELECT ON TABLE tbl TO user GRANT SELECT, INSERT ON FUNCTION tbl TO user GRANT SELECT ON orders TO ROLE PUBLIC GRANT SELECT ON nation TO alice WITH GRANT OPTION -GRANT DELETE ON SCHEMA finance TO bob
\ No newline at end of file +GRANT DELETE ON SCHEMA finance TO bob |