Subject: | Segaults during operations on disconnected handles |
Starting with version DBD::SQLite reliably segfaults on the following:
my $dbh = DBI->connect('dbi:SQLite::memory:');
$dbh->disconnect;
$dbh->rollback;
This queue is for tickets about the DBD-SQLite CPAN distribution.
The Basics
People
|
Bug Information
|