ice / framework

Source code of Ice framework
https://www.iceframework.org
BSD 3-Clause "New" or "Revised" License
341 stars 45 forks source link

update or delete is dangerous #250

Open Yahasana opened 5 years ago

Yahasana commented 5 years ago

$pdo->delete('table', null or []) or $pdo->update('table', null or []) is very dangerous! they'd done with nothing. ref #249

mruz commented 5 years ago

Right, I think we can add if !empty filtered[0] { there too.