DBD::Pg 3.3.0 released (driver for Postgres)

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 3.3.0 released (driver for Postgres)
Date: 2014-06-02 17:23:07
Message-ID: 20140602172307.GC23300@broken.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Version 3.3.0 of DBD::Pg, DBI driver for PostgreSQL, is
now available. This release enhances UTF-8 support a
great deal, thanks to the work of Dagfinn Ilmari Mannsåker
and Nicholas Clark. As always, you can find it on CPAN at:

http://search.cpan.org/dist/DBD-Pg/

Checksums:

547de1382a47d66872912fe64282ff55 DBD-Pg-3.3.0.tar.gz
9ec52d0d75463e6a448760e2d2fcbc41ca6201e1 DBD-Pg-3.3.0.tar.gz

Complete list of changes:

Version 3.3.0 Released May 31, 2014 (git commit 055f788cf96b380b9fe0e80b6cedb88f8d1799b8)

- Major cleanup of UTF-8 support:
Fix quoting of UTF-8 values
Add support for UTF-8 statement strings
Fix UTF-8 support in placeholders and return values
[Dagfinn Ilmari Mannsåker] (CPAN bug #95214 and #91655)
Test that the Pg server agrees with us about the lengths of input strings.
Refactor Unicode test to use anon hashes to describe the tests to run.
Test pg_enable_utf8 of -1, in addition to 0 and 1.
Extend the Unicode round-trip tests to verify ASCII, BMP and non-BMP code points.
Test that characters created in the server reach the client correctly.

- Rewrite foreign_key_info to be just one query
[Dagfinn Ilmari Mannsåker]

- Remove ODBC support from foreign_key_info
[Dagfinn Ilmari Mannsåker]

- Remove use of dTHX in functions in quote.c and types.c
[Nicholas Clark]

--
Greg Sabino Mullane greg(at)turnstep(dot)com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201406021322
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

Browse pgsql-interfaces by date

  From Date Subject
Next Message Noah Watkins 2014-06-10 19:10:22 Using threads in FDW for read-ahead
Previous Message David G Johnston 2014-05-31 03:13:24 Re: Console output with libpq