Message-ID: From: "desruisseaux (@desruisseaux)" To: "pgjdbc/pgjdbc" Date: Tue, 24 Jun 2025 12:09:25 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3685: Regression: a query does not work anymore on connection created by `PGSimpleDataSource` but still work with `DriverManager` In-Reply-To: References: List-Id: X-GitHub-Author-Login: desruisseaux X-GitHub-Comment-Id: 3000090909 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3685 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3685#issuecomment-3000090909 Content-Type: text/plain; charset=utf-8 Because it works with `DriverManager` but not with `PGSimpleDataSource`. So it seems to be a mix of pgjdbc and PostgreSQL / PostGIS issues.