We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adec7cf commit 26473bdCopy full SHA for 26473bd
1 file changed
__fixtures__/kitchen-sink/misc/issues.sql
@@ -76,6 +76,7 @@ select "AA" from "table_name";
76
-- https://github.com/constructive-io/pgsql-parser/issues/217
77
SELECT CAST(t.date AT TIME ZONE $$America/New_York$$ AS text)::date FROM tbl t;
78
79
+-- https://github.com/constructive-io/pgsql-parser/issues/287
80
-- EXCLUDE constraint with WHERE clause (partial exclusion constraint)
81
-- The deparser drops the WHERE clause from EXCLUDE USING ... WHERE (...)
82
CREATE TABLE test_exclude_where (
0 commit comments