1+ export type SkipTest = [
2+ versionPrevious : number ,
3+ versionNext : number ,
4+ test : string ,
5+ reason : string
6+ ] ;
7+
8+ export const parserErrors : SkipTest [ ] = [
9+ [ 16 , 17 , "latest/postgres/create_am-62.sql" , "16-17 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
10+
11+ [ 15 , 16 , "latest/postgres/create_role-83.sql" , "PG15 parser fails with \"syntax error at or near 'INHERIT'\"" ] ,
12+ [ 15 , 16 , "latest/postgres/create_role-80.sql" , "PG15 parser fails with \"syntax error at or near 'OPTION'\"" ] ,
13+ [ 15 , 16 , "latest/postgres/create_am-96.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
14+ [ 15 , 16 , "latest/postgres/create_am-74.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
15+ [ 15 , 16 , "latest/postgres/create_am-65.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
16+ [ 15 , 16 , "latest/postgres/create_am-62.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
17+ [ 15 , 16 , "latest/postgres/create_am-109.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
18+ [ 15 , 16 , "latest/postgres/create_am-106.sql" , "PG15 parser fails with 'syntax error at or near 'DEFAULT'" ] ,
19+
20+ [ 14 , 15 , "misc/issues-5.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
21+ [ 14 , 15 , "misc/issues-3.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
22+ [ 14 , 15 , "latest/postgres/create_role-83.sql" , "PG14 parser fails with \"syntax error at or near 'INHERIT'\"" ] ,
23+ [ 14 , 15 , "latest/postgres/create_role-80.sql" , "PG14 parser fails with \"syntax error at or near 'OPTION'\"" ] ,
24+ [ 14 , 15 , "latest/postgres/create_index-85.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
25+ [ 14 , 15 , "latest/postgres/create_index-83.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
26+ [ 14 , 15 , "latest/postgres/create_index-82.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
27+ [ 14 , 15 , "latest/postgres/create_index-72.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
28+ [ 14 , 15 , "latest/postgres/create_index-71.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
29+ [ 14 , 15 , "latest/postgres/create_index-326.sql" , "PG14 parser fails with \"syntax error at end of input\"" ] ,
30+ [ 14 , 15 , "latest/postgres/create_index-184.sql" , "PG14 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
31+ [ 14 , 15 , "latest/postgres/create_am-96.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
32+ [ 14 , 15 , "latest/postgres/create_am-94.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
33+ [ 14 , 15 , "latest/postgres/create_am-90.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
34+ [ 14 , 15 , "latest/postgres/create_am-86.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
35+ [ 14 , 15 , "latest/postgres/create_am-75.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
36+ [ 14 , 15 , "latest/postgres/create_am-74.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
37+ [ 14 , 15 , "latest/postgres/create_am-73.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
38+ [ 14 , 15 , "latest/postgres/create_am-70.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
39+ [ 14 , 15 , "latest/postgres/create_am-65.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
40+ [ 14 , 15 , "latest/postgres/create_am-62.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
41+ [ 14 , 15 , "latest/postgres/create_am-57.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
42+ [ 14 , 15 , "latest/postgres/create_am-55.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
43+ [ 14 , 15 , "latest/postgres/create_am-53.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
44+ [ 14 , 15 , "latest/postgres/create_am-112.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
45+ [ 14 , 15 , "latest/postgres/create_am-109.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
46+ [ 14 , 15 , "latest/postgres/create_am-106.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
47+ [ 14 , 15 , "latest/postgres/create_am-104.sql" , "PG14 parser fails with \"syntax error at or near 'ACCESS'\"" ] ,
48+
49+ [ 13 , 14 , "misc/issues-5.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
50+ [ 13 , 14 , "misc/issues-3.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
51+ [ 13 , 14 , "latest/postgres/create_view-281.sql" , "PG13 parser fails with \"syntax error at or near 'f'\"" ] ,
52+ [ 13 , 14 , "latest/postgres/create_view-132.sql" , "PG13 parser fails with \"syntax error at or near 'as'\"" ] ,
53+ [ 13 , 14 , "latest/postgres/create_view-130.sql" , "PG13 parser fails with \"syntax error at or near 'as'\"" ] ,
54+ [ 13 , 14 , "latest/postgres/create_schema-9.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
55+ [ 13 , 14 , "latest/postgres/create_schema-8.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
56+ [ 13 , 14 , "latest/postgres/create_schema-27.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
57+ [ 13 , 14 , "latest/postgres/create_schema-26.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
58+ [ 13 , 14 , "latest/postgres/create_schema-25.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
59+ [ 13 , 14 , "latest/postgres/create_schema-24.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
60+ [ 13 , 14 , "latest/postgres/create_schema-23.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
61+ [ 13 , 14 , "latest/postgres/create_schema-22.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
62+ [ 13 , 14 , "latest/postgres/create_schema-21.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
63+ [ 13 , 14 , "latest/postgres/create_schema-20.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
64+ [ 13 , 14 , "latest/postgres/create_schema-19.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
65+ [ 13 , 14 , "latest/postgres/create_schema-18.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
66+ [ 13 , 14 , "latest/postgres/create_schema-17.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
67+ [ 13 , 14 , "latest/postgres/create_schema-16.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
68+ [ 13 , 14 , "latest/postgres/create_schema-15.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
69+ [ 13 , 14 , "latest/postgres/create_schema-14.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
70+ [ 13 , 14 , "latest/postgres/create_schema-13.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
71+ [ 13 , 14 , "latest/postgres/create_schema-12.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
72+ [ 13 , 14 , "latest/postgres/create_schema-11.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
73+ [ 13 , 14 , "latest/postgres/create_schema-10.sql" , "PG13 parser fails with \"syntax error at or near 'CURRENT_ROLE'\"" ] ,
74+ [ 13 , 14 , "latest/postgres/create_role-83.sql" , "PG13 parser fails with \"syntax error at or near 'INHERIT'\"" ] ,
75+ [ 13 , 14 , "latest/postgres/create_role-80.sql" , "PG13 parser fails with \"syntax error at or near 'OPTION'\"" ] ,
76+ [ 13 , 14 , "latest/postgres/create_procedure-49.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
77+ [ 13 , 14 , "latest/postgres/create_procedure-16.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
78+ [ 13 , 14 , "latest/postgres/create_procedure-12.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
79+ [ 13 , 14 , "latest/postgres/create_index-85.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
80+ [ 13 , 14 , "latest/postgres/create_index-83.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
81+ [ 13 , 14 , "latest/postgres/create_index-82.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
82+ [ 13 , 14 , "latest/postgres/create_index-72.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
83+ [ 13 , 14 , "latest/postgres/create_index-71.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
84+ [ 13 , 14 , "latest/postgres/create_index-326.sql" , "PG13 parser fails with \"syntax error at or near 'CONCURRENTLY'\"" ] ,
85+ [ 13 , 14 , "latest/postgres/create_index-325.sql" , "PG13 parser fails with \"syntax error at or near 'CONCURRENTLY'\"" ] ,
86+ [ 13 , 14 , "latest/postgres/create_index-210.sql" , "PG13 parser fails with \"syntax error at or near 'CONCURRENTLY'\"" ] ,
87+ [ 13 , 14 , "latest/postgres/create_index-184.sql" , "PG13 parser fails with \"syntax error at or near 'NULLS'\"" ] ,
88+ [ 13 , 14 , "latest/postgres/create_function_sql-98.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
89+ [ 13 , 14 , "latest/postgres/create_function_sql-86.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
90+ [ 13 , 14 , "latest/postgres/create_function_sql-68.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
91+ [ 13 , 14 , "latest/postgres/create_function_sql-67.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
92+ [ 13 , 14 , "latest/postgres/create_function_sql-66.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
93+ [ 13 , 14 , "latest/postgres/create_function_sql-65.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
94+ [ 13 , 14 , "latest/postgres/create_function_sql-64.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
95+ [ 13 , 14 , "latest/postgres/create_function_sql-62.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
96+ [ 13 , 14 , "latest/postgres/create_function_sql-61.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
97+ [ 13 , 14 , "latest/postgres/create_function_sql-60.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
98+ [ 13 , 14 , "latest/postgres/create_function_sql-59.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
99+ [ 13 , 14 , "latest/postgres/create_function_sql-58.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
100+ [ 13 , 14 , "latest/postgres/create_function_sql-57.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
101+ [ 13 , 14 , "latest/postgres/create_function_sql-121.sql" , "PG13 parser fails with \"syntax error at or near 'BEGIN'\"" ] ,
102+ [ 13 , 14 , "latest/postgres/create_function_sql-100.sql" , "PG13 parser fails with \"syntax error at or near 'RETURN'\"" ] ,
103+ [ 13 , 14 , "latest/postgres/create_am-96.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
104+ [ 13 , 14 , "latest/postgres/create_am-94.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
105+ [ 13 , 14 , "latest/postgres/create_am-90.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
106+ [ 13 , 14 , "latest/postgres/create_am-86.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
107+ [ 13 , 14 , "latest/postgres/create_am-75.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
108+ [ 13 , 14 , "latest/postgres/create_am-74.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
109+ [ 13 , 14 , "latest/postgres/create_am-73.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
110+ [ 13 , 14 , "latest/postgres/create_am-70.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
111+ [ 13 , 14 , "latest/postgres/create_am-65.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
112+ [ 13 , 14 , "latest/postgres/create_am-62.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
113+ [ 13 , 14 , "latest/postgres/create_am-57.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
114+ [ 13 , 14 , "latest/postgres/create_am-55.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
115+ [ 13 , 14 , "latest/postgres/create_am-53.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
116+ [ 13 , 14 , "latest/postgres/create_am-112.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
117+ [ 13 , 14 , "latest/postgres/create_am-109.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
118+ [ 13 , 14 , "latest/postgres/create_am-106.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
119+ [ 13 , 14 , "latest/postgres/create_am-104.sql" , "PG13 parser fails with 'syntax error at or near 'ACCESS'" ] ,
120+ ] ;
0 commit comments