Message-ID: From: "MrEasy (@MrEasy)" To: "pgjdbc/pgjdbc" Date: Thu, 29 Aug 2024 13:46:06 +0000 Subject: [pgjdbc/pgjdbc] PR #3369: fix: EOFException on PreparedStatement#toString with unset bytea parameter since 42.7.4 List-Id: X-GitHub-Author-Id: 475403 X-GitHub-Author-Login: MrEasy X-GitHub-Issue: 3369 X-GitHub-Labels: bug X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3369 Content-Type: text/plain; charset=utf-8 Test case reproducing issue of #3365. Fix by @kimjand