in reply to SQLite select not returning all rows
So just add the commit to your destroy code.$dbh->do ("DELETE FROM managers WHERE id = '$self->{myId}'"); $dbh->commit(); # <===== add this line $dbh->disconnect ();
Update: looks like you found out in parallel :-)
|
|---|