You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix bug with in-memory cursor paging logic incorrectly indexing the…
… results resulting in invalid page results.
- Removed unnecessary class constraint for both cursor and offset in-memory paging extensions making them more flexible.
- Improved Unit test naming for async methods.
- Fixed method comments for in-memory extensions.
- Fix SQL building bug not using Raw SQL as specified; improved integ…
…ration tests to validate this better.
- Improved raw sql parameter name to be more consistent with RepDb naming conventions.
Merge pull request #16 from cajuncoding/feature/factor_out_repodb_pag…
…ing_extensions_for_non_graphql_use
Updates to simplify naming to be more consistent with RepoDb conventi…