DBD::Pg 3.3.0 released (driver for Postgres)

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема DBD::Pg 3.3.0 released (driver for Postgres)
Дата
Msg-id 20140602172307.GC23300@broken.home
обсуждение исходный текст
Список 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-8support in placeholders and return values   [Dagfinn Ilmari Mannsåker] (CPAN bug #95214 and #91655)     Test that
thePg server agrees with us about the lengths of input strings.     Refactor Unicode test to use anon hashes to
describethe tests to run.     Test pg_enable_utf8 of -1, in addition to 0 and 1.     Extend the Unicode round-trip
teststo 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@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201406021322
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: David G Johnston
Дата:
Сообщение: Re: Console output with libpq
Следующее
От: Noah Watkins
Дата:
Сообщение: Using threads in FDW for read-ahead