From ef2db38de92f2329c1c366318bddfc7e3dee8415 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Feb 2023 14:44:59 +0100 Subject: Adding upstream version 11.1.3. Signed-off-by: Daniel Baumann --- tests/dialects/test_databricks.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/dialects/test_databricks.py') diff --git a/tests/dialects/test_databricks.py b/tests/dialects/test_databricks.py index 5ae5c6f..48ea6d1 100644 --- a/tests/dialects/test_databricks.py +++ b/tests/dialects/test_databricks.py @@ -6,6 +6,8 @@ class TestDatabricks(Validator): def test_databricks(self): self.validate_identity("CREATE FUNCTION a.b(x INT) RETURNS INT RETURN x + 1") + self.validate_identity("CREATE FUNCTION a AS b") + self.validate_identity("SELECT ${x} FROM ${y} WHERE ${z} > 1") def test_datediff(self): self.validate_all( -- cgit v1.2.3