Re: DBD::PgSPI 0.02 - Mailing list pgsql-hackers

From Mike Rylander
Subject Re: DBD::PgSPI 0.02
Date
Msg-id b918cf3d04120607493003fc6f@mail.gmail.com
Whole thread Raw
In response to Re: DBD::PgSPI 0.02  (alex@pilosoft.com)
Responses Re: DBD::PgSPI 0.02
List pgsql-hackers
On Mon, 6 Dec 2004 08:17:29 -0500 (EST), alex@pilosoft.com
<alex@pilosoft.com> wrote:
> On Mon, 6 Dec 2004, Mike Rylander wrote:
> 
> > Just so that you have some info, I've been using DBD::PgSPI with Pg 8.0
> > since beta 1.  The only restriction I've run into with the old code is
> > that it doesn't like the DBD 'do' method.  I have to use execute/fetchX
> > or selectX, but other than that it seems to work.  I'll be grabbing the
> > update to test soon.
> 'do' seems to work for me. What happens for you?

With v. 0.01 the statement just doesn't seem to execute.  I know
that's odd, because it's supposed to be doing a prepare/execute
internally, but nothing happens.

> 
> I put a version of code with a bit more fixes from comments onlist to
> www.pilosoft.com/PgSPI/DBD-PgSPI-0.03pre.tar.gz
> 
> Please download and try it.
> 

I'll grab it now, but I'm not sure when I'll have time to test it. 
I'm mired in Unicode work right now...  I'll get back to you as soon
as I've had a chance to work with it, though.

> -alex
> 
> 

Again, thanks for all your work on PgSPI.  I'll be moving all my
plperlu functions out to a module and using PgSPI to allow me to run
the code from my middleware layer as well as in-DB.  That way I only
need to write the logic once.

-- 
Mike Rylander
mrylander@gmail.com
GPLS -- PINES Development
Database Developer
http://open-ils.org


pgsql-hackers by date:

Previous
From: alex@pilosoft.com
Date:
Subject: Re: DBD::PgSPI 0.02
Next
From: alex@pilosoft.com
Date:
Subject: Re: DBD::PgSPI 0.02