ANNOUNCE: DBD::Pg 1.40 release candidate 1 request for testing

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема ANNOUNCE: DBD::Pg 1.40 release candidate 1 request for testing
Дата
Msg-id e53f2a77de0664d8a34154dd43f1b4c0@biglumber.com
обсуждение исходный текст
Список pgsql-interfaces
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The release candidate for DBD::Pg 1.40 is now available. This release
has a very large number of changes and new features, so if you use
Perl and PostgreSQL, please try it out on your platform. A tarball can
be found here: 
http://www.gtsm.com/dbdpg.1_40_1.tar.bz2 
Project information, including cvs instructions:
http://gborg.postgresql.org/project/dbdpg/
This version supports many of the newer PostgreSQL features, including
prepared statements, SQLSTATE codes, error levels, and server tracing. 
The complete Change list from the last version (1.32):        - Added $dbh->func($filehandle, 'server_trace') [Greg
SabinoMullane]       - Added $dbh->{pg_errorlevel}. [Greg Sabino Mullane]       - Fix utf8 quote() support [Dominic
Mitchell<dom@semantico.com>]       - Added explicit support for types SQL_BOOLEAN, DATE, TIME,               TIMESTAMP,
andTIMESTAMPTZ. Return correct values for               DATEOID and TIMEOID. [Greg Sabino Mullane]       - Added
tablespacesupport for table_info and primary_key_info.               [Greg Sabino Mullane]       - Added new attributes
to$dbh: pg_db, pg_user, pg_pass,               pg_host, pg_port, pg_options, pg_socket, pg_pid               [Greg
SabinoMullane]       - Minor fixes in quote.c, dbdimp.c, and types.h               [Christophe Martin: schplurtz at
free.fr]      - Added support for SQLSTATE via $dbh->state and $sth->state               [Greg Sabino Mullane]       -
Majoroverhaul of prepare/execute to handle new server-side               prepare system. See Pg.pm for details. [Greg
SabinoMullane]       - Make the tests honor the DBD_SCHEMA variable instead of               assuming that the "public"
schemais available.               [Rainer Weikusat]       - dbdimp.c cleanups: better error messages, ensure commit
         is only called once after a transaction fails.               [Alexey Slynko]       - primary_key() returns
emptylist not undef if no match.               [Julian Mehnle]       - Added the pg_protocol database handle attribute
            [Greg Sabino Mullane]       - Changed "noprefix" to pg_noprefix 
 
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200412211822
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iD8DBQFByLCJvJuQZxSWSsgRAss6AJ9e8j0qxK6uyrpb//iU83im5yM65QCeLG+J
zAR3e/oWg+SNYDSKx4kiW6M=
=75w1
-----END PGP SIGNATURE-----




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

Предыдущее
От: Brett Schwarz
Дата:
Сообщение: Re: which front - end tools will support in PostgreSQL
Следующее
От: "Joost Kraaijeveld"
Дата:
Сообщение: plpgsql howto question