Skip to content

Commit 26473bd

Browse files
committed
chore: add issue link to EXCLUDE WHERE clause fixture
1 parent adec7cf commit 26473bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__fixtures__/kitchen-sink/misc/issues.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ select "AA" from "table_name";
7676
-- https://github.com/constructive-io/pgsql-parser/issues/217
7777
SELECT CAST(t.date AT TIME ZONE $$America/New_York$$ AS text)::date FROM tbl t;
7878

79+
-- https://github.com/constructive-io/pgsql-parser/issues/287
7980
-- EXCLUDE constraint with WHERE clause (partial exclusion constraint)
8081
-- The deparser drops the WHERE clause from EXCLUDE USING ... WHERE (...)
8182
CREATE TABLE test_exclude_where (

0 commit comments

Comments
 (0)