[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rt-devel
Subject:    Re: [rt-devel] Bug in 3.0.3pre1 (was: Migrate from Postgres to MySQL)
From:       Jesse Vincent <jesse () bestpractical ! com>
Date:       2003-05-30 19:14:00
[Download RAW message or body]




On Fri, May 30, 2003 at 11:38:07PM +0800, Autrijus Tang wrote:
> Also, DBIx::SearchBuilder 0.83_02 seems to be broken on my Pg
> installation, which is fixed by this patch.
> 
> Thanks,
> /Autrijus/
> 
> --- SearchBuilder.pm.orig       Fri May 30 23:35:43 2003
> +++ SearchBuilder.pm    Fri May 30 23:34:06 2003
> @@ -1299,7 +1299,7 @@
> 
>  sub DESTROY {
>    my $self = shift;
> -  if( defined $self->dbh ) {
> +  if( $self->can('dbh') and defined $self->dbh ) {
>      $self->Disconnect();
>    }
>  }


This was my fault. Stan's patch was fine. I just applied it to the wrong
file. (Should have been Handle.pm)

0.83_03 is on CPAN now and should fix this.


-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.
_______________________________________________
rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic