PostgreSQL JDBC 42.2.23 Released

From: JDBC Project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL JDBC 42.2.23 Released
Date: 2021-07-07 15:02:34
Message-ID: 162567015468.698.10043937937205506256@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The JDBC project is proud to announce the latest version 42.2.23

Due to an issue in the build system version 42.2.22 was missing the JRE 6 jar

Additionally the following changes were made:

getColumnPrecision for Numeric when scale and precision not specified now returns 0 instead of 131089 fixes: Issue #2188
- Calling refreshRow on an updateable resultset made the row readOnly. Fixes Issue #2193
- results should be updateable if there is a unique index available PR#2199 Fixes Issue #2196
- Rework sql type gathering to use OID instead of typname.
This does not have the issue of name shadowing / qual-names, and has the added benefit of fixing #1948.

[github](https://github.com/pgjdbc/pgjdbc) project location

Community webpage and downloads [https://jdbc.postgresql.org](https://jdbc.postgresql.org)

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-07-12 08:08:27 PostgreSQL Weekly News - July 11, 2021
Previous Message MigOps via PostgreSQL Announce 2021-07-06 12:40:33 Extension : credcheck, to enforce username and password checks in PostgreSQL