Message-ID: From: "lukaseder (@lukaseder)" To: "pgjdbc/pgjdbc" Date: Wed, 15 Jan 2025 09:11:59 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3386: Fix getSchemas() In-Reply-To: References: List-Id: X-GitHub-Author-Login: lukaseder X-GitHub-Comment-Id: 2592055281 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3386 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3386#issuecomment-2592055281 Content-Type: text/plain; charset=utf-8 While I agree with the fix per se, I find the change to be quite significant in a patch release. It will break all sorts of client code, e.g.: - https://github.com/jOOQ/jOOQ/issues/17873 In particular, it absolutely does break existing behaviour! > * Does this break existing behaviour? If so please explain.