On Fri, 16 Apr 2010 12:41:32 -0700, "David E. Wheeler"
<da...@kineticode.com> wrote:

> On Apr 16, 2010, at 3:13 AM, Tim Bunce wrote:
> 
> >> In connect(), before $connect_meth, just as connected() is called in that 
> >> method after $connect_meth.
> >> 
> >>    $dbh->connected(@orig_args);
> >>    unless ($dbh = $drh->$connect_meth($dsn, $user, $pass, $attr)) {
> > 
> > $dbh is undef before the $drh->$connect_meth call.
> 
> Oh. Well that'd have to change.
> 
> >> It's not my needs. Someone is creating a CPAN module I think. His
> >> needs were met by connected(), but I think that connecting() would be
> >> useful as well.
> > 
> > Perhaps but it sure seems like a low priority.
> 
> I don't the tuits to do it, I admit.
> 
> >> That would be cool. I, alas, have a very short supply of tuits these days.
> > 
> > Ditto.
> 
> Is that what's holding back 1.610?

There will be no 1.610

$ perl -MV=DBI
DBI
        /pro/lib/perl5/site_perl/5.12.0/i686-linux-64int-ld/DBI.pm: 1.611


-- 
H.Merijn Brand  http://tux.nl      Perl Monger  http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3.
http://mirrors.develooper.com/hpux/           http://www.test-smoke.org/
http://qa.perl.org      http://www.goldmark.org/jeff/stupid-disclaimers/

Reply via email to