framework
framework copied to clipboard
update or delete is dangerous
$pdo->delete('table', null or []) or $pdo->update('table', null or []) is very dangerous! they'd done with nothing. ref #249
Right, I think we can add if !empty filtered[0] { there too.