-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typeorm, #954): Filtering on relations with pagination (#977)
* test: Test filtering on relations * test: Test relation query with overlapping relation matches and pagination (#954) * fix(typeorm, #954): use skip/take when joins are present) * docs: Note performance issues when using relation filters and pagination * style(comment): Added missing param in applyPaging comment * test: added ordering to make tests stable across different db vendors * fix(typeorm, #954): Filtering on relations with pagination * Added tests to typeorm-query.service.spec for filtering on relations with paging * Reverted basic example. Co-authored-by: Max Wölk <max@mwoelk.de>
- Loading branch information
1 parent
dd010c9
commit f5a6374
Showing
3 changed files
with
294 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.