@@ -12,10 +12,6 @@ issues:
12
12
count : 8256783
13
13
issue_regexp : Cannot find table
14
14
print_issue_to_log : True
15
- - name : Select from pg_tables
16
- count : 3930760
17
- query_regexp :
18
- - (?is)SELECT.*FROM\s+pg_
19
15
- name : ' PG: InsertStmt: not supported onConflictClause'
20
16
count : 1482133
21
17
issue_link : https://github.com/ydb-platform/ydb/issues/7194
@@ -90,7 +86,7 @@ issues:
90
86
tag :
91
87
- YQLParser
92
88
issue_regexp :
93
- - ' ^RawStmt: alternative is not implemented yet : 277 $'
89
+ - ' ^RawStmt: alternative is not implemented yet : 223 $'
94
90
example : create table t as select 1
95
91
- name : Stored procedures
96
92
count : 607374
@@ -114,35 +110,30 @@ issues:
114
110
- name : ' PG: Support NOT DISTINCT'
115
111
count : 11
116
112
issue_regexp :
117
- - ' A_Expr_Kind unsupported value: 4'
113
+ - ' ^ A_Expr_Kind unsupported value: 4$ '
118
114
example : SELECT 1 IS NOT DISTINCT FROM 2
119
- - name : ' PG: unrecognized configuration parameter'
120
- count : 1621022
121
- issue_regexp :
122
- - unrecognized configuration parameter
123
115
- name : Call function from own schema
124
116
count : 480183
125
117
issue_regexp :
126
118
- ' FuncCall: expected pg_catalog, but got: '
127
119
- name : Unimplemented Discard
128
120
count : 0
129
121
issue_regexp :
130
- - ' ^RawStmt: alternative is not implemented yet : 282 $'
122
+ - ' ^RawStmt: alternative is not implemented yet : 226 $'
131
123
example : DISCARD ALL
132
124
- name : ANALYZE
133
125
count : 15071109
134
126
issue_regexp :
135
127
- " ^RawStmt: alternative is not implemented yet : 220$"
136
- - " ^RawStmt: alternative is not implemented yet : 276$"
137
128
example : |
138
129
ANALYZE lc;
139
130
analyse q;
140
131
- name : RESET var
141
132
issue_regexp : " ^VariableSetStmt, not supported kind: 4$"
142
133
query_regexp : RESET ROLE
143
134
- name : SELECT setconfig as
144
- issue_regexp : " ^Expected AConst node as is_local arg, but got node with tag: 357 $"
135
+ issue_regexp : " ^Expected AConst node as is_local arg, but got node with tag: 61 $"
145
136
example : SELECT set_config($1, $2, $3) as myvar
146
137
- name : Lock table
147
- issue_regexp : " ^RawStmt: alternative is not implemented yet : 289 $"
138
+ issue_regexp : " ^RawStmt: alternative is not implemented yet : 227 $"
148
139
example : LOCK TABLE asd IN EXCLUSIVE MODE
0 commit comments