BUG #17911: Database or JDBC Driver Provides Incorrect Type

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: postgresql(at)bergeon(dot)org
Subject: BUG #17911: Database or JDBC Driver Provides Incorrect Type
Date: 2023-04-27 14:59:30
Message-ID: 17911-76b72ef0b040e9da@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 17911
Logged by: Stephen Bergeon
Email address: postgresql(at)bergeon(dot)org
PostgreSQL version: 15.2
Operating system: Windows 10
Description:

When the JDBC driver returns a ResultSet, both from obtaining table column
info, as well as from an actual query, the DATA_TYPE returned is incorrect
for Time-with-Time-Zone and Timestamp-With-Time-Zone columns. In both cases
the returned value returned indicates that the non-time-zone value is
returned.

This has been tested on multiple versions of PostgreSQL and its JDBC
driver through the latest release [database version 15.2 and JDBC driver
42.6.0].

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tobias Bussmann 2023-04-27 15:34:59 Re: pg_basebackup: errors on macOS on directories with ".DS_Store" files
Previous Message Tom Lane 2023-04-27 14:46:29 Re: BUG #17908: plpython_to_hstore() crashes with a non-dict argument