@@ -29,7 +29,7 @@ issues:
29
29
FROM mytable
30
30
- name : Execute prepared statement
31
31
count : 8317
32
- issue_link :
32
+ issue_link : https://github.com/ydb-platform/ydb/issues/7191
33
33
issue_regexp : " ^RawStmt: alternative is not implemented yet : 234$"
34
34
example : EXECUTE dumpAgg('123')
35
35
- name : general parsing errors
@@ -98,12 +98,12 @@ issues:
98
98
- Expected type cast node as is_local arg, but got node with tag
99
99
- name : ' PG: InsertStmt: not supported onConflictClause'
100
100
count : 1482133
101
+ issue_link : https://github.com/ydb-platform/ydb/issues/7194
101
102
issue_regexp :
102
103
- ' InsertStmt: not supported onConflictClause'
103
- - name : ' PG: RangeFunction: unsupported coldeflist'
104
- count : 1
105
- issue_regexp :
106
- - ' RangeFunction: unsupported coldeflist'
104
+ example : |
105
+ INSERT INTO table (hostname, updated, max_connections) VALUES ($1, NOW(), $2)
106
+ ON CONFLICT (hostname) DO UPDATE SET updated = NOW(), max_connections = $2
107
107
- name : ' PG: Support NOT DISTINCT'
108
108
count : 11
109
109
issue_regexp :
@@ -119,6 +119,7 @@ issues:
119
119
- ' FuncCall: expected pg_catalog, but got: '
120
120
- name : Generator functions in SELECT
121
121
count : 317436
122
+ issue_link : https://github.com/ydb-platform/ydb/issues/7195
122
123
issue_regexp :
123
124
- ' ^Generator functions are not allowed in: SELECT$'
124
125
example : SELECT UNNEST($1)
@@ -128,8 +129,13 @@ issues:
128
129
- ' ^RawStmt: alternative is not implemented yet : 282$'
129
130
example : DISCARD ALL
130
131
- name : ANALYZE
131
- issue_regexp : " RawStmt: alternative is not implemented yet : 276"
132
- example : ANALYZE lc;
132
+ count : 15071109
133
+ issue_regexp :
134
+ - " ^RawStmt: alternative is not implemented yet : 220$"
135
+ - " ^RawStmt: alternative is not implemented yet : 276$"
136
+ example : |
137
+ ANALYZE lc;
138
+ analyse q;
133
139
- name : RESET var
134
140
issue_regexp : " ^VariableSetStmt, not supported kind: 4$"
135
141
query_regexp : RESET ROLE
0 commit comments