Обсуждение: DBD::Pg 1.44 released

Поиск
Список
Период
Сортировка

DBD::Pg 1.44 released

От
"Greg Sabino Mullane"
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I am pleased to announce that version 1.44 of DBD::Pg has
been released. You can find it on CPAN:

http://search.cpan.org/~dbdpg/DBD-Pg-1.44/

This will be one of the last versions that supports
PostgreSQL 7.3. If you are using that, you are strongly
encouraged to upgrade to the 8.x series.

This version has many changes and bug fixes. Some of the
more notable enhancements include:

* Allow data types to be specified in $dbh->quote() calls.

* Full support for "dollar-sign" quoting.

* Complete rewrite and optimization of the do() method, which
  now runs much quicker if placeholders are not used.

The complete list can be found in the "Changes" file linked
to from the above URL.

This version also uses a SIGNATURE file, which requires the
use of Module::Signature. It is highly recommended that
you verify your installation this way. Otherwise:

MD5 checksum:
7593ce2e07c0959ef62d9628229d2d1a  DBD-Pg-1.44.tar.gz
SHA1 checksum:
f5027985ec5d275853f0a727f85a2678b57e719b  DBD-Pg-1.44.tar.gz

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200602222101
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iD8DBQFD/RecvJuQZxSWSsgRAkh0AJ9wI04+f1MizPM50JdbamYxPCEYawCgt5Zs
mFxZk1e1qRt4md2ZRpxyh94=
=oEvi
-----END PGP SIGNATURE-----



Re: DBD::Pg 1.44 released

От
"Mike G."
Дата:
If someone can make a ppm I would appreciate it.  I have VS 2005 not 2003.

Mike

On Thu, Feb 23, 2006 at 02:11:55AM -0000, Greg Sabino Mullane wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> I am pleased to announce that version 1.44 of DBD::Pg has
> been released. You can find it on CPAN:
>
> http://search.cpan.org/~dbdpg/DBD-Pg-1.44/
>
> This will be one of the last versions that supports
> PostgreSQL 7.3. If you are using that, you are strongly
> encouraged to upgrade to the 8.x series.
>
> This version has many changes and bug fixes. Some of the
> more notable enhancements include:
>
> * Allow data types to be specified in $dbh->quote() calls.
>
> * Full support for "dollar-sign" quoting.
>
> * Complete rewrite and optimization of the do() method, which
>   now runs much quicker if placeholders are not used.
>
> The complete list can be found in the "Changes" file linked
> to from the above URL.
>
> This version also uses a SIGNATURE file, which requires the
> use of Module::Signature. It is highly recommended that
> you verify your installation this way. Otherwise:
>
> MD5 checksum:
> 7593ce2e07c0959ef62d9628229d2d1a  DBD-Pg-1.44.tar.gz
> SHA1 checksum:
> f5027985ec5d275853f0a727f85a2678b57e719b  DBD-Pg-1.44.tar.gz
>
> - --
> Greg Sabino Mullane greg@turnstep.com
> PGP Key: 0x14964AC8 200602222101
> http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
> -----BEGIN PGP SIGNATURE-----
>
> iD8DBQFD/RecvJuQZxSWSsgRAkh0AJ9wI04+f1MizPM50JdbamYxPCEYawCgt5Zs
> mFxZk1e1qRt4md2ZRpxyh94=
> =oEvi
> -----END PGP SIGNATURE-----
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend