Re: Beta of DBD::Pg 1.44 available

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>, <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Beta of DBD::Pg 1.44 available
Date: 2005-09-14 10:50:44
Message-ID: BF4D78C4.E891%sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On 9/13/05 8:24 PM, "Greg Sabino Mullane" <greg(at)turnstep(dot)com> wrote:

>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> The first beta of DBD::Pg version 1.44 is now available at:
>
> http://search.cpan.org/~dbdpg/
>
> SHA1 and MD5 Checksums for the tarball:
>
> 1c8593d2bf66562ac9ff1f169bb02aabb178ad00 DBD-Pg-1.43_1.tar.gz
> a5752ac6d69928f7a8b2254ae8377ee0 DBD-Pg-1.43_1.tar.gz
>
> This version has some deep changes, so testing is much appreciated. In
> particular, both the do() and quote() methods have been rewritten.
> In addition, the get_info() information has been greatly expanded.
> Information I was not sure about is marked with a "## ??" in the Pg.pm
> code - anyone familiar with the ODBC / ANSI standards, please take a look.
>
> Here is the complete list of changes:
>
> - Added $dbh->{pg_default_port} method [GSM]
> - Overhaul get_info data, add many more values [GSM]
> - Overhaul type_info data (fixes CPAN bug #13806) [GSM]
> - Explicitly prevent any parsing of statements for placeholders
> unless they begin with "SELECT", "INSERT", "UPDATE", or "DELETE"
> Suggested by (and fixes) CPAN bug #13608 [GSM]

Greg,

Thanks for doing all of this. I will give it a whirl. Just a quick
question on the point directly above: does this imply that explain and
explain analyze are excluded from placeholder parsing? I don't personally
use them programmatically, but I think that particularly for count(*) types
of queries or receiving estimates of the number of returned tuples without
executing the query, people could potentially use explain select.... Pardon
my laziness for not looking at the code for my own answers.

Thanks,
Sean

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Omar Lakkis 2005-09-14 14:29:36 dbAppendTable return
Previous Message Greg Sabino Mullane 2005-09-14 00:24:12 Beta of DBD::Pg 1.44 available