postgres.async icon indicating copy to clipboard operation
postgres.async copied to clipboard

Seeing a lot of :com.github.pgasync.SqlException: ERROR: SQLSTATE=26000, MESSAGE=unnamed prepared statement does not exist

Open JMacLulich opened this issue 4 years ago • 0 comments

Hi

Been a long time user of your software, it works great usually, but we've been running into an issue recently that is causing us quite a few problems.

Seeing a lot of :com.github.pgasync.SqlException: ERROR: SQLSTATE=26000, MESSAGE=unnamed prepared statement does not exist

This has been popping up alot, and I don't know why we are using a different connection to execute the statement than the one that it's being prepared on.

I've seen other people solve this by using binary parameters, would this be a solution and if so how do we turn it on?

Thank you, Jason.

JMacLulich avatar Oct 20 '21 22:10 JMacLulich