aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

problem with whereBetween #42

Closed usback closed 1 year ago

usback commented 1 year ago

example

elect * from `tb_profiles` where `birth` between ? and ? and (`gender` = ?) and 0 = 1 order by `last_update` desc limit 21 offset 0

that make every time and 0=1

i don't know why have and 0=1 thank you

aarondfrancis commented 1 year ago

Can you show me the Laravel code that generated this? Thank you