zhc00 opened a new issue, #3993:
URL: https://github.com/apache/shenyu/issues/3993
### Question
I found the ShenYu admin is not compatible with PostgreSQL 14. The error log
is as follows.
```
Caused by: org.springframework.jdbc.BadSqlGrammarException: Error selecting
key or setting result to parameter object. Cause:
org.postgresql.util.PSQLException: ERROR: function last_insert_id() does not
exist
Hint: No function matches the given name and argument types. You might
need to add explicit type casts. Position: 8; bad SQL grammar []; nested
exception is org.postgresql.util.PSQLException: ERROR: function
last_insert_id() does not exist
Hint: No function matches the given name and argument types. You might
need to add explicit type casts. Position: 8
...
```
So, I am confused about whether is a bug or incompatible.
--
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]