Re: DBD::PgSPI 0.02

From: Mike Rylander <mrylander(at)gmail(dot)com>
To: "alex(at)pilosoft(dot)com" <alex(at)pilosoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: DBD::PgSPI 0.02
Date: 2004-12-06 15:49:11
Message-ID: b918cf3d04120607493003fc6f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Mon, 6 Dec 2004 08:17:29 -0500 (EST), alex(at)pilosoft(dot)com
<alex(at)pilosoft(dot)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(at)gmail(dot)com
GPLS -- PINES Development
Database Developer
http://open-ils.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pierre-Frédéric Caillaud 2004-12-06 15:51:00 Re: select single entry and its neighbours using direct-acess to index?
Previous Message alex 2004-12-06 15:47:20 Re: DBD::PgSPI 0.02

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Wong 2004-12-06 15:55:35 Re: Need access to a Linux box
Previous Message alex 2004-12-06 15:47:20 Re: DBD::PgSPI 0.02