Skip to content

Commit

Permalink
remove nl
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed Nov 30, 2023
1 parent 64b8841 commit 66f919a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ pub async fn one2m(
// If we're fetching related records from a single parent, then we can apply normal pagination instead of in-memory processing.
// However, we can't just apply a LIMIT/OFFSET for multiple parents as we need N related records PER parent.
// We could use ROW_NUMBER() but it requires further refactoring so we're still using in-memory processing for now.

let processor = if uniq_selections.len() == 1 && !query_args.requires_inmemory_processing() {
None
} else {
Expand Down

0 comments on commit 66f919a

Please sign in to comment.