DBD::Pg version 3.10.0 released

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: DBD::Pg version 3.10.0 released
Date: 2019-09-05 15:33:23
Message-ID: 5fb8cb94c07224bbabe4351e5cf9b993@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


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

Version 3.10.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.10.0 can be downloaded from CPAN at:
https://metacpan.org/release/DBD-Pg

Checksums for the 3.10.0 tarball:

1cd697899aec65117464d12e9c874ce8 DBD-Pg-3.10.0.tar.gz (md5)
3e5ba30e1f80c49ad861e9ede241aa5f505836dd DBD-Pg-3.10.0.tar.gz (sha1)

Complete list of changes:

Version 3.10.0 (released September 3, 2019)

- Prevent memory leak related to pg_error_field
[Greg Sabino Mullane]
[RT #130430]

- Fix for bug by making sure pg_error_field works properly when switching between
do-with-params and do-without-params.
[Greg Sabino Mullane]
[Github issue #57]

- If a commit or rollback fails, do not set BegunWork
[Greg Sabino Mullane]
[Github issue #40]

- Treat partitioned tables same as regular tables for column_info, table_info,
and foreign_key_info (i.e. support pg_class.relkind = 'p')
[Octavian R. Corlade]
[Github PR #55]

- Allow last_insert_id() to work against inherited tables
[Greg Sabino Mullane]
[RT #52441]

- Add DBI SQL_BLOB, SQL_BINARY and SQL_LONGVARBINARY types as alias for PG_BYTEA
[Pali]
[Github PR #58]

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

-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAl1xKsoACgkQvJuQZxSWSshtzwCgyEOWJHJkurwI41xCwu4EHREr
hAgAniiFodtwV301/5YGUChuFzop4V8H
=a8c9
-----END PGP SIGNATURE-----

Browse pgsql-interfaces by date

  From Date Subject
Next Message Kubilay Kaan 2019-11-15 11:11:01 Getting Recordset through returning refcursor
Previous Message Tom Lane 2019-09-04 14:05:03 Re: Object IDs in Parse message