DBD::Sybase Perl 5.6.1 i686-linux >From the top of DBI.pm: # $Id: DBI.pm,v 11.7 2002/02/07 03:00:53 timbo Exp $
>From the top of DBD/Sybase.pm: # $Id: Sybase.pm,v 1.32 2001/12/13 01:05:26 mpeppler Exp $ Linux version 2.4.17 on some kind of pentium -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:29 PM To: Daniel Lyons Cc: '[EMAIL PROTECTED]' Subject: Re: Bug: Doing a selectall_arrayref after disconnect I couldn't verify with either DBD::ODBC or DBD::Oracle on the three systems I have available here. I guess you should probably post to the group at least: - DBD you're using - OS & version - DBI version Paul Quoting Daniel Lyons <[EMAIL PROTECTED]>: > Just FYI - as I was working on some stuff. > > The following produces a seg fault: > > $dbh=DBI->connect("connection"); # proper stuff here $dbh->disconnect; > $dbh->selectall_arrayref("Select * from some_table"); > > Cheers, > Dan >
