mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
5e64f113d5
no issue - for large result sets or complex queries the count query itself can be quite time consuming - when `limit: 'all'` is passed as an option there's no need to perform a separate count query because we can determine the pagination data from the final result set - skipped count query when `limit: 'all'` option is present - re-ordered comments to be closer to the code they reference (ie, why we have our own count query instead of Bookshelf's `.count()` |
||
---|---|---|
.. | ||
base | ||
plugins | ||
api-key_spec.js | ||
integration_spec.js | ||
invite_spec.js | ||
member_spec.js | ||
permission_spec.js | ||
post_spec.js | ||
session_spec.js | ||
settings_spec.js | ||
tag_spec.js | ||
user_spec.js |