-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insert/update concurrrency with transaction: bad connection and unexpected messsage type 'T' #1092
Comments
Hi, can you provide complete reproducible code or error stack? |
Hi @Tiscs , I found the cause of this issue. I'm using newest version. The error sometimes will come when I not add method .Returning or add .Returning("*"), sometimes it works well, and no more error when I add .Returning("NULL") to disable returning, but I really need to return all columns for the common case.
error message : This is my connection config with pgxpool
|
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed. |
I get error when insert/update concurrency in transaction. But no more error when i change to sequential.
Error message when use pgdriver: unexpected message 'T'
With pgxpool driver: bad connection
The text was updated successfully, but these errors were encountered: