aarondfrancis / fast-paginate

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

Custom select #61

Closed olehtalanov closed 5 months ago

olehtalanov commented 7 months ago

If original query has a custom columns select and order by them pagination query fails.

aarondfrancis commented 5 months ago

Before today it worked if you quoted them properly, but I just merged a fix for unquoted aliases!

olehtalanov commented 5 months ago

@aarondfrancis You are God! Thank you!