pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: desruisseaux (@desruisseaux) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] issue #3685: Regression: a query does not work anymore on connection created by `PGSimpleDataSource` but still work with `DriverManager`
Date: Tue, 24 Jun 2025 12:31:16 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

Yes, the same query work in PGAdmin. It also works in NetBeans and IntelliJ, which I presume use `DriverManager`. The problem occurs only with `PGSimpleDataSource`. In the `/var/lib/pgsql/data/log/postgresql-Tue.log` file, I find nothing more than what the exception is saying:

```
2025-06-24 14:25:34.136 CEST [51615] LOG:  le système de bases de données est prêt pour accepter les connexions
2025-06-24 14:27:03.178 CEST [51974] ERREUR:  column "features"."SpatialData"."geometry" must be a geometry or geography
2025-06-24 14:27:03.178 CEST [51974] INSTRUCTION :  SELECT public.ST_EstimatedExtent('features', 'SpatialData', 'geometry')
```


view thread (12+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: github://pgjdbc/pgjdbc
  Cc: [email protected], [email protected]
  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: <<[email protected]>>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox