ice / framework

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

Pdo, fixed sql error if emtpy filter #249

Closed Yahasana closed 5 years ago

mruz commented 5 years ago

How about if you pass NULL as filters? It should be WHERE TRUE.

Yahasana commented 5 years ago

how about filters = []