DBD::Pg version 3.8.0 released

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: DBD::Pg version 3.8.0 released
Date: 2019-05-04 12:17:10
Message-ID: 11d43c56d8d4980d0523d372dd6a2cf0@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

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

The full list of changes is provided below.

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

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

Checksums for the 3.8.0 tarball:

92195caa3cc1ed93480dd48b8900b126 DBD-Pg-3.8.0.tar.gz (md5)
9cd82ecb9b569b27dc7c6806cc83c4b05f1c20e0 DBD-Pg-3.8.0.tar.gz (sha1)

Complete list of changes:

Version 3.8.0, released April 25, 2019

- Increase minimum supported PostgreSQL version to 8.0
[Dagfinn Ilmari Mannsåker]

- Add support for foreign tables in table_info() and column_info()
[Dagfinn Ilmari Mannsåker]

- Return the current database name as TABLE_CAT in info methods
[Dagfinn Ilmari Mannsåker]

- Handle backslash-escaped quotes in E'' strings
[Dagfinn Ilmari Mannsåker]

- Fix typo in Makefile.PL
[CPAN ticket #127097]

- Fix parsing of PostgreSQL versions >= 10 on Debian/Ubuntu
[Dagfinn Ilmari Mannsåker]

- Fix client_min_messages=FATAL test when PostgreSQL caps it to ERROR
[Dagfinn Ilmari Mannsåker]
[CPAN ticket #128529]

- Fix ->ping error detection on PostgreSQL 12
[Dagfinn Ilmari Mannsåker]

- Adjust tests for new pg_ctl output
[Erik Rijkers er at xs4all.nl]
[CPAN ticket #128966]

- Adjust tests for removal of WITH OIDS in PostgreSQL 12
[Dagfinn Ilmari Mannsåker]

- Fix support for PostgreSQL versions back to 8.0
[Dagfinn Ilmari Mannsåker]

- Remove usage of deprecated pg_attrdef.adsrc and pg_constraint.consrc columns
[Dagfinn Ilmari Mannsåker]

- Fix typo in pg_placeholder_colons example
(Github issue #41)

- Support GENERATED ... AS IDENTITY columns in last_insert_id()
[Dagfinn Ilmari Mannsåker]

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

iEYEAREDAAYFAlzNgXsACgkQvJuQZxSWSsgWAQCdFYDRouHlMR/yT8Fat9u6GVlW
rMoAnR49g/ye5v5Z/1PoNNDSoBvQAu9c
=3Wee
-----END PGP SIGNATURE-----

Browse pgsql-interfaces by date

  From Date Subject
Next Message Vanil Mar 2019-05-19 18:43:51
Previous Message Tony Locke 2019-01-22 08:06:41 Re: the wire protocol