Re: [Dbi-interbase-devel] bug in ping implementation
Status: Beta
Brought to you by:
edpratomo
From: Edwin P. <ed....@co...> - 2000-09-23 06:14:23
|
"Mark D. Anderson" wrote: > > in InterBase.pm implementation of ping(), > $sth->finish; > should be: > $sth->finish if $sth; You're correct. Ummm.. seems that a bugfix release should be made available soon. Rgds, Edwin. > > otherwise you get a fatal perl error calling a method on undef. > > -mda |