in reply to Re: New way to segfault: selectrow_array() with placeholders, DBD::SQLite
in thread New way to segfault: selectrow_array() with placeholders, DBD::SQLite

Was okay with DBM. (for DBM, you cannot turn off AutoCommit)

my $dbh = DBI->connect( "DBI:DBM:", '', '', { RaiseError => 1, AutoCommit => 1 } );
  • Comment on Re^2: New way to segfault: selectrow_array() with placeholders, DBD::SQLite
  • Download Code