cannblw / knex-paginator

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

Unable to concat other queryBuilder functions after .paginate() call #8

Open felixmosh opened 5 years ago

felixmosh commented 5 years ago

Hi,

First of all thank you for this lib, it is really useful for me 🙏🏼.

I've noticed an issue that whenever I add .debug(true) after the .paginate() it throws an error that debug is not a function. Is that a known issue?