We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa823b commit bd45fddCopy full SHA for bd45fdd
1 file changed
src/sql-parser/tests/testdata/id
@@ -84,6 +84,6 @@ CREATE VIEW "materialize"."public"."v3" AS SELECT * FROM [u1 AS "materialize"."p
84
parse-statement
85
SELECT * FROM [ü1 AS materialize.public.foo]
86
----
87
-SELECT * FROM [ü1 AS materialize.public.foo]
+SELECT * FROM ["ü1" AS materialize.public.foo]
88
=>
89
Select(SelectStatement { query: Query { ctes: Simple([]), body: Select(Select { distinct: None, projection: [Wildcard], from: [TableWithJoins { relation: Table { name: Id("ü1", UnresolvedItemName([Ident("materialize"), Ident("public"), Ident("foo")]), None), alias: None }, joins: [] }], selection: None, group_by: [], having: None, qualify: None, options: [] }), order_by: [], limit: None, offset: None }, as_of: None })
0 commit comments