Skip to content

Commit d40d024

Browse files
committed
add some rules
1 parent c986386 commit d40d024

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/greenplum-to-pg-tests/issues.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ issues:
2727
SELECT
2828
max(time) FILTER (WHERE code = 'example')
2929
FROM mytable
30+
- name: Execute prepared statement
31+
count: 8317
32+
issue_link:
33+
issue_regexp: "^RawStmt: alternative is not implemented yet : 234$"
34+
example: EXECUTE dumpAgg('123')
3035
- name: general parsing errors
3136
issue_regexp:
3237
- "Error while parsing query."

0 commit comments

Comments
 (0)