catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Error count row affected on delete mysql #174

Closed valix85 closed 7 years ago

valix85 commented 9 years ago

When i delete n rows medoo return always 1, not a number of row deleted. i use mySql anche the query is: $db->delete("intervento_componenti", ["id_i"=>$id]);

i have n rows, but return always 1 and in db all n row have been affeceted.

resolve it

postunit commented 8 years ago

I also encountered the same problem, I do not know the solution

catfan commented 7 years ago

Check out https://medoo.in/api/delete