DBD::Pg version 3.15.0 released

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: dbd-pg(at)perl(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: DBD::Pg version 3.15.0 released
Date: 2021-05-21 21:36:35
Message-ID: b98a7a6a3cb53307b4b7ae663829fe9b@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Version 3.15.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, is now available.

The full (but short) list of changes for 3.15.0 is listed below.

Development happens at:
https://github.com/bucardo/dbdpg

Version 3.15.0 can be downloaded from CPAN at:
https://metacpan.org/release/DBD-Pg

Checksums for the 3.15.0 tarball:

4c08f0effbc69393242933bf75034b8d DBD-Pg-3.15.0.tar.gz (md5)
b44a67a706466cc0d1b479528e2382794cdcc300 DBD-Pg-3.15.0.tar.gz (sha1)

Complete list of changes:

- Correctly pull back pg_async status from statement handle.
Previously, $dbh->{pg_async} would return undef.
[Greg Sabino Mullane]
(RT ticket #136553)

- Adjust tests for the fact that reltuples can be -1 in Postgres
version 14 and later. This is mostly reflected in the CARDINALITY
column for $dbh->statistics_info.
[Greg Sabino Mullane]

- Remove the experimental 'fulltest' Makefile target.
[Greg Sabino Mullane]
(RT ticket #136567)

- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 202105211725
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iF0EARECAB0WIQQlKd9quPeUB+lERbS8m5BnFJZKyAUCYKgmNgAKCRC8m5BnFJZK
yBsgAJ91IuHB2zeTn1rhPzJ3TSIdam0a8gCgu9espbOQd3qF8lzwoDKfFKXzZxk=
=NVXQ
-----END PGP SIGNATURE-----

Browse pgsql-interfaces by date

  From Date Subject
Next Message Luiz E. P. Fernandes 2021-07-16 19:03:53 Seconds precision in timestamp columns
Previous Message Tom Lane 2021-04-01 18:07:00 Re: Doubt regarding query parameter metadata