Re: Transaction state on connection Idle/Open/Failed
David Wall <[email protected]> Sat, 17 Aug 2019 10:39:57 -0700
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <[email protected]> |
On 8/17/19 10:27 AM, Adrian Klaver wrote: > https://jdbc.postgresql.org/development/privateapi/org/postgresql/core/ProtocolConnection.html > Thanks for the link. I'm not sure why I couldn't track that down... And it makes sense. We did find a bug in our code where we returned a Connection while it was still OPEN (missing commit before a web page redirect).