Re: DBI v2 - The Plan and How You Can Help

2005-07-10 Thread Jeffrey W. Baker
On Sat, 2005-07-09 at 01:22 -0700, Jonathan Leffler wrote: Oh drat - not the DBI connection string discussion again! On 7/4/05, Darren Duncan [EMAIL PROTECTED] wrote: 5. All details used to construct a connection handle should be completely decomposed rather than shoved into an ungainly

Re: DBD-Pg-1.12 test failures (PostgreSQL 7.2, perl 5.6.1)

2002-04-11 Thread Jeffrey W. Baker
On Thu, 2002-04-11 at 10:37, Giles Lean wrote: DBD-Pg-1.12 is not passing all tests when run with PostgreSQL 7.2 using perl 5.6.1 and DBI 1.18 on NetBSD-1.5.1/i386. Testing with DBI 1.21 and PostgreSQL 7.2.1 made no difference. These are known problems and I have fixes in hand for them.

[PATCH] improved sanity in DBD::Pg

2002-02-17 Thread Jeffrey W. Baker
/dbdimp.cSun Feb 17 13:26:36 2002 @@ -4,7 +4,10 @@ Copyright (c) 1997,1998,1999,2000 Edmund Mergl Portions Copyright (c) 1994,1995,1996,1997 Tim Bunce - + + Contributors: + Jeffrey W. Baker [EMAIL PROTECTED]: Crash fixes + You may distribute under the terms of either the GNU

DBD::Pg infinite loop, crash in ping() method

2002-02-13 Thread Jeffrey W. Baker
A bug in DBD::Pg can cause it to loop infinitely or crash when ping() is called on a disconnected database handle. In the disconnect() method, DBD::Pg calls PQfinish() which closes the connection and *frees the memory for the handle*. Later, if I call ping() on the disconnected dbh, DBD::Pg