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 a147a67 commit f3bd764Copy full SHA for f3bd764
__fixtures__/kitchen-sink/misc/issues.sql
@@ -71,4 +71,7 @@ SELECT (1 IS NOT NULL) IS DISTINCT FROM (2 IS NOT NULL);
71
72
-- https://github.com/launchql/pgsql-parser/issues/101
73
select "A" from "table_name";
74
-select "AA" from "table_name";
+select "AA" from "table_name";
75
+
76
+-- https://github.com/launchql/pgsql-parser/issues/217
77
+SELECT CAST(t.date AT TIME ZONE $$America/New_York$$ AS text)::date FROM tbl t;
0 commit comments