cannblw / knex-paginator

Simple paginator for Knex. It adds the .paginate() function to Knex's query builder.
15 stars 10 forks source link

Fails with joins #4

Closed dragosionescuu closed 5 years ago

dragosionescuu commented 5 years ago

This fails when there are joins in the initial query as it's removing them. How can we make it work with a join statement?

cannblw commented 5 years ago

I merged @xausky's pull request. It should be working now.