catfan / Medoo

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

dataImplode bug when IN has more than 10 values #698

Closed luomoxu closed 6 years ago

luomoxu commented 6 years ago

When IN has more than 10 values the 10th will be MeDoO_1_mEdOo10,and replace will use MeDoO_1_mEdOo1 replace it

catfan commented 6 years ago

Thanks for the feedback. This is really a bug, and we fixed it!