Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jybHm-0006CB-GL for pgsql-interfaces@arkaria.postgresql.org; Thu, 23 Jul 2020 13:29:22 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jybHl-0003BK-9w for pgsql-interfaces@arkaria.postgresql.org; Thu, 23 Jul 2020 13:29:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jybHl-0003BD-46 for pgsql-interfaces@lists.postgresql.org; Thu, 23 Jul 2020 13:29:21 +0000 Received: from zql.com ([206.222.31.58]) by magus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1jybHh-000179-1b for pgsql-interfaces@postgresql.org; Thu, 23 Jul 2020 13:29:20 +0000 Received: from localhost ([127.0.0.1]) by zql.com with smtp (Exim 4.68) (envelope-from ) id 1jybHd-0005ng-RR; Thu, 23 Jul 2020 09:29:13 -0400 From: "Greg Sabino Mullane" To: dbd-pg@perl.org, pgsql-interfaces@postgresql.org Subject: DBD::Pg version 3.14.0 released X-PGP-Key: 2529 DF6A B8F7 9407 E944 45B4 BC9B 9067 1496 4AC8 X-Request-PGP: http://www.biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 Content-type: text/plain; charset=UTF-8 Date: Thu, 23 Jul 2020 13:29:13 -0000 X-Mailer: JoyMail 3.1.0 Message-ID: <30f0a17c3b41f342d2361a3269f3e989@biglumber.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Version 3.14.0 of DBD::Pg, the Perl DBI driver for PostgreSQL, is now available. The full list of changes for 3.12.0 through 3.14.0 is below. Development happens at: https://github.com/bucardo/dbdpg Version 3.14.0 can be downloaded from CPAN at: https://metacpan.org/release/DBD-Pg Checksums for the 3.14.0 tarball: 8f420e64db266756a27af32d4032a39c DBD-Pg-3.14.0.tar.gz (md5) d782f05594690dfb94f603c2fc21513bd73bdfa4 DBD-Pg-3.14.0.tar.gz (sha1) 8f91b23f61a322a4673f91893cbabcb8c982e536bced4c0c320feed4709325d4 DBD-Pg-3.14.0.tar.gz (sha256) Complete list of changes: Version 3.14.0 (released July 19, 2020) - The $dbh->primary_key_info and $dbh->foreign_key_info methods will now always return a statement handle, even with no matches. Previously, they returned undef directly. Callers can check if the returned handle contains any rows. [Greg Sabino Mullane] - The $dbh->tables method will always return a list, even if it is empty. [Greg Sabino Mullane] - Add pg_lo_tell64, pg_lo_seek64, and pg_lo_truncate64, for anyone dealing with really, really, really large 'large objects'. Requires Postgres 9.3 or better. [Greg Sabino Mullane] (RT ticket #123561) - Allow test to run again when using a non-superuser to connect [Greg Sabino Mullane] (RT ticket #132865) - Adjust tests to force loading proper version of DBD::Pg every time. [Greg Sabino Mullane] - Removed the long-deprecated _pg_use_catalog method. [Greg Sabino Mullane] - Many improvements and changes to the test suite. [Greg Sabino Mullane] Version 3.13.0 (released June 17, 2020) - Redo the "last_result" internals in dbdimp.c, which fixes a memory leak. [Greg Sabino Mullane] (RT ticket #132812) - Fix regression in Perl length() for returned query results [Jon Jensen] (Github issue #72) - Make $sth->finish() do a little less. Notably, even after calling finish(), pg_error_field will still work on the last action performed. [Greg Sabino Mullane] - Tweak tests so Windows boxes pass [Greg Sabino Mullane] Version 3.12.3 (released June 5, 2020) - Prevent DBI from flipping AutoCommit to 'on' after a failed commit [Greg Sabino Mullane] (Github issue #71) Version 3.12.2 (released June 4, 2020) - Revert overly aggressive testing shortcut as it can cause installs to fail [Greg Sabino Mullane, with apologies] Version 3.12.1 (released June 3, 2020) - Remove test that assumed '(12,34)' is an invalid entry for type "circle", as the Postgres source code changed this behavior on April 7, 2020 [Greg Sabino Mullane] (RT ticket #132740) Version 3.12.0 (released May 7, 2020) - Add CONTRIBUTING.md file - Return the table info row last in statistics_info. This fixes statistics_info on pre-8.3 servers. [Dagfinn Ilmari Mannsåker] - Fix ASC_OR_DESC field in statistics_info [Dagfinn Ilmari Mannsåker] - Indicate NULL ordering in statistics_info [Dagfinn Ilmari Mannsåker] - -- Greg Sabino Mullane greg@turnstep.com PGP Key: 0x14964AC8 202007230918 http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8 -----BEGIN PGP SIGNATURE----- iF0EAREDAB0WIQQlKd9quPeUB+lERbS8m5BnFJZKyAUCXxmPEQAKCRC8m5BnFJZK yCz1AJ9iM9CyzrnF3DP2mdawhodlTJyPCQCg8AIgQZ7tF+fT9mzVoPDnkXTfbi4= =SiXJ -----END PGP SIGNATURE-----