Message-ID: From: "cgm-aw (@cgm-aw)" To: "pgjdbc/pgjdbc" Date: Tue, 15 Apr 2025 14:30:49 +0000 Subject: [pgjdbc/pgjdbc] PR #3606: fix: add support for multiple schemas via PgConnection.setSchema List-Id: X-GitHub-Author-Id: 67689002 X-GitHub-Author-Login: cgm-aw X-GitHub-Issue: 3606 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3606 Content-Type: text/plain; charset=utf-8 The JDBC connection string already supports multiple schemas, now programmatically setting multiple schemas also works. Closes issue 3605. ### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? ### New Feature Submissions: 1. [ ] Does your submission pass tests? -> Only partially, I get authentication errors sometimes, although I set the credentials correctly. Seems like some tests are flaky. 2. [x] Does `./gradlew styleCheck` pass ? ### Changes to Existing Features: * [x] Have you added an explanation of what your changes do and why you'd like us to include them? * [x] Have you written new tests for your core changes, as applicable? * [x] Have you successfully run tests with your changes locally?