sequelize-paginate icon indicating copy to clipboard operation
sequelize-paginate copied to clipboard

Sequelize model plugin for add paginate method

Results 76 sequelize-paginate issues
Sort by recently updated
recently updated
newest added

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [npm](https://github.com/npm/cli) from 6.13.4 to 6.14.11. Release notes Sourced from npm's releases. v6.14.11 6.14.11 (2021-01-07) DEPENDENCIES 19108ca5b [email protected] 7a0574074 [email protected] - devDep DOCUMENTATION 1d235b230 #1881 docs: update link to CLI...

dependencies

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 15.14.0 to 17.2.3. Release notes Sourced from semantic-release's releases. v17.2.3 17.2.3 (2020-11-16) Bug Fixes mask secrets when characters get uri encoded (ca90b34) v17.2.2 17.2.2 (2020-10-29) Bug Fixes...

dependencies

I am wondering how to implement this pagination on the front end by retrieving the next page url to be called when someone click on next from the frontend

Hi, it's possible to change the property docs to a custom name? I would have put "rows", it seems more appropriate.

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

when I call `paginate()` with a model constructor in typescript, tsc will throw a `Argument of type 'typeof User' is not assignable to parameter of type 'Model'` compile time error....

Removed the include property skip for count query. It affetcs queries that uses nested properties in where clause

As the property include is removed for the count query, it breaks when we use a nested property in where clause. I've tried to create a Pull Request, but I...