Re: DBD::PgSPI 0.02
Alex Pilosov <alex@pilosoft.com>
From: alex@pilosoft.com
To: Mike Rylander <mrylander@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2004-12-06T13:17:29Z
Lists: pgsql-hackers, pgsql-general
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? 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. -alex