DBD::Pg version 3.7.4 released

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: DBD::Pg version 3.7.4 released
Date: 2018-02-18 15:32:32
Message-ID: d9e0141c3a46ef4c7dac455421783e6b@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


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

Versions 3.7.4, 3.7.3, 3.7.2, and 3.7.1 of DBD::Pg, the Perl DBI driver
for PostgreSQL, are now available. Version 3.7.1 fixed a major bug
caused by incorrect end of string null handling that may have caused
Postgres errors in certain circumstances when using both the new \? escaping
mechanism and the use of placeholders. Versions 3.7.2, 3.7.3, and 3.7.4
fixed minor problems found in the 3.7.1 release. As always, please use the
highest version number, in this case, 3.7.4.

The full list of changes is provided below.

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

Version 3.7.4 can be downloaded from CPAN at:
http://search.cpan.org/dist/DBD-Pg/

Checksums for the 3.7.4 tarball;

820206a6829fd05d422d0d965c5f5135 DBD-Pg-3.7.4.tar.gz
6f0598fef195203057bae7947859590e8b79e497 DBD-Pg-3.7.4.tar.gz

Complete list of changes:

Version 3.7.4. Released February 12, 2018 (git tag 3.7.4)

- Fix typo in META.yml
[CPAN ticket #124405]

Version 3.7.3. Released February 12, 2018 (git tag 3.7.3)

- Test tweak so we don't try to use jsonb on older versions.
[CPAN ticket #124934]

Version 3.7.2 Released February 11, 2018 (git tag 3.7.2)

- Remove Data::Peek dependency accidentally left in t/12placeholders.t
[CPAN ticket #124393]

Version 3.7.1 Released February 11, 2017 (git tag 3.7.1)

- Fixed problem when using placeholders and escaped question marks, the recopied string
was not terminated correctly.
[Greg Sabino Mullane]
(Github issue #33, CPAN tickets #121630, #123187, #123999)

- Make sure nulls in our self-generated arrays are not set as read-only in some Perls.
[Greg Sabino Mullane]
(CPAN ticket #107556)

- If the server returns no error message, and an "unknown" code from libpq, supply a custom
message mentioning client_min_messages may be to blame.
[Greg Sabino Mullane]
(CPAN ticket #109591)

- Declare VERSION with 'our' in seldom-used Bundle module
(CPAN ticket #123218)

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

iEYEAREDAAYFAlqJmd4ACgkQvJuQZxSWSsidvwCgq+IghKOQ6/Xi7q4DaIgLjnb+
JmIAoO2OoIjZZ0uFJAfXGx8vD87uK+po
=M+0N
-----END PGP SIGNATURE-----

Browse pgsql-interfaces by date

  From Date Subject
Next Message Sebastien FLAESCH 2018-02-19 11:16:45 Re: Type scale returned by PQfmod() 65531 for time/timestamp output parameter?
Previous Message Tom Lane 2018-02-16 15:15:52 Re: Type scale returned by PQfmod() 65531 for time/timestamp output parameter?