Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Wed, 11 Sep 2024 18:46:14 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3368: fix: Output ? for bytea parameter instead of outputing the contents of the byte array In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 1755344360 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 3ed14b57f5e2c644723aee348f97aa59bb09b1db X-GitHub-Issue: 3368 X-GitHub-Line: 189 X-GitHub-Path: pgjdbc/src/main/java/org/postgresql/util/PGbytea.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3368#discussion_r1755344360 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/main/java/org/postgresql/util/PGbytea.java:189) The stream might not support mark/reset, so this workaround does not look reliable.