Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 14 Jul 2025 16:03:16 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3727: Fixed issue #2538: parsing comment in callable statement In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2205288397 X-GitHub-Comment-Type: review_comment X-GitHub-Commit: 8993cba85512ac8905a92c218ecea64e3a9b8c75 X-GitHub-Issue: 3727 X-GitHub-Path: pgjdbc/src/test/java/org/postgresql/test/jdbc2/CallableStmtTest.java X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: review_comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3727#discussion_r2205288397 Content-Type: text/plain; charset=utf-8 (on pgjdbc/src/test/java/org/postgresql/test/jdbc2/CallableStmtTest.java) Have you considered `@ValueSource(strings=...)`? `delimiter=#` looks somewhat excessive