li-keguo opened a new issue, #3354:
URL: https://github.com/apache/incubator-shenyu/issues/3354
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
2.4.2-upgrade-2.4.3-pg.sql
2.4.3-upgrade-2.5.0-pg.sql
about
```sql
INSERT IGNORE INTO shenyu_dict (`id`, `type`, `dict_code`, `dict_name`,
`dict_value`, `desc`, `sort`, `enabled`) VALUES ('1516043399649357824',
'operator', 'OPERATOR', 'startsWith', 'startsWith', 'startsWith', 7, 1);
INSERT IGNORE INTO shenyu_dict (`id`, `type`, `dict_code`, `dict_name`,
`dict_value`, `desc`, `sort`, `enabled`) VALUES ('1516043495265869824',
'operator', 'OPERATOR', 'endsWith', 'endsWith', 'endsWith', 8, 1);
```
ignore and ``, pg is not support
### Expected Behavior
exec success
### Steps To Reproduce
_No response_
### Environment
```markdown
ShenYu version(s):master
```
### Debug logs
_No response_
### Anything else?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]