Message-ID: From: "dfa1 (@dfa1)" To: "pgjdbc/pgjdbc" Date: Sun, 10 May 2026 12:34:51 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4063: fix: getCharacterStream wraps String in StringReader In-Reply-To: References: List-Id: X-GitHub-Author-Login: dfa1 X-GitHub-Comment-Id: 4415296800 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 4063 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4063#issuecomment-4415296800 Content-Type: text/plain; charset=utf-8 Would a changelog entry ("getCharacterStream now returns StringReader; callers should rely on the Reader contract as per JDBC spec") be enough to address it? Alternatively I could extend the PR to make this opt-in change (but I would need guidance for the best mechanism).