Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sun, 10 May 2026 10:07:36 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #4063: fix: getCharacterStream wraps String in StringReader In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 4415020962 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-4415020962 Content-Type: text/plain; charset=utf-8 The only challenge here is that this while doesn't break the API, it does materially change what is returned. This would be a breaking change.