Message-ID: From: "quaff (@quaff)" To: "pgjdbc/pgjdbc" Date: Wed, 09 Jul 2025 02:12:15 +0000 Subject: [pgjdbc/pgjdbc] issue #3723: `connection.setSchema("invalid_schema")` should throws IllegalArgumentException List-Id: X-GitHub-Author-Id: 143040 X-GitHub-Author-Login: quaff X-GitHub-Issue: 3723 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3723 Content-Type: text/plain; charset=utf-8 Currently, `connection.setSchema("invalid_schema")` is silently ignored, later `connection.getSchema()` returns `null`, I think it's inconsistent here. See https://github.com/brettwooldridge/HikariCP/issues/2323 for more background.