Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Sun, 10 May 2026 20:14:34 +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: 4416242690 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-4416242690 Content-Type: text/plain; charset=utf-8 Agreed it is a Reader, but if someone actually casts it to CharArrayReader in their code then it will break their code. That said I could be convinced otherwise as it does meet the API