Message-ID: From: "tazervas (@tazervas)" To: "postgresql-interfaces/psqlodbc" Date: Fri, 28 Feb 2025 19:51:37 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #90: Unhandled exception on next query after network connection is disconnected then re-connected. In-Reply-To: References: List-Id: X-GitHub-Author-Login: tazervas X-GitHub-Comment-Id: 2691434695 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-03-03T19:22:05Z X-GitHub-Issue: 90 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/90#issuecomment-2691434695 Content-Type: text/plain; charset=utf-8 Verified that 16.00.0006 also fails with same AccessViolationException. Verified that 16.00.0005 does NOT fail with AccessViolationException instead throws "The connection has been disabled (or lost). ERROR [08S01] server closed the connection unexpectedly" as expected and desired. Suspect that one of the changes within .0006 is involved however in reviewing them I did not see anything that was obviously wrong.