You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn’t create the table, when I tried to use java hikari to query the data, the error returned ‘prepared statement does not exist’ instead of table does not exist
The text was updated successfully, but these errors were encountered:
Pgcat version v1.1.2. I used java spring boot with spring data jpa with JpaRepository. The table wasn’t create yet, when I trying to execute for e,g: customerRepository.findById, hikari error log with ‘Prepared statements ‘PGCAT_23’ does not exist’
When I change the db connection to direct database the error should be ‘table customer does not exist’
When I create the table and change back the connection to pgcat the error gone away.
So I think the problem could be error code mapping
I didn’t create the table, when I tried to use java hikari to query the data, the error returned ‘prepared statement does not exist’ instead of table does not exist
The text was updated successfully, but these errors were encountered: