Skip to content

Fix computed field pagination

Phil Tysoe requested to merge 958-computed-field-pagination into master

Fixes #958

Summary of changes proposed in this Pull Request:

  • Fixes bug in ordering of integer fields in pagination
  • Adds support for paginating on negative integer fields
  • Adds tests for int and char computed fields

PR checklist:

  • Updated relevant documentation
  • Updated CHANGELOG.md
  • Added tests for my change

Merge request reports