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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: