Skip to content

Commit f3bd764

Browse files
committed
add issue #217 fixture
1 parent a147a67 commit f3bd764

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

__fixtures__/kitchen-sink/misc/issues.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ SELECT (1 IS NOT NULL) IS DISTINCT FROM (2 IS NOT NULL);
7171

7272
-- https://github.com/launchql/pgsql-parser/issues/101
7373
select "A" from "table_name";
74-
select "AA" from "table_name";
74+
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

Comments
 (0)