Message-ID: From: "kneth (@kneth)" To: "pgjdbc/pgjdbc" Date: Sun, 16 Feb 2025 06:22:33 +0000 Subject: [pgjdbc/pgjdbc] PR #3526: Set column name explicitely when using `current_database()` in queries List-Id: X-GitHub-Author-Id: 1225363 X-GitHub-Author-Login: kneth X-GitHub-Issue: 3526 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3526 Content-Type: text/plain; charset=utf-8 ### 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? Postgres compatible databases like https://github.com/crate/crate can use PG JDBC as driver. Often the PG JDBC driver is used by a tool or integration (JetBrains DataGrip to name one). As CrateDB isn't fully PG compatible, this patch will make life a bit easier for our users. The issue has been reported as https://github.com/crate/crate/issues/17393.