Skip to content

Commit

Permalink
Update src/recordlinker/database/mpi_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley authored Feb 28, 2025
1 parent ed15a79 commit 475c6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recordlinker/database/mpi_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,6 @@ def get_orphaned_persons(

query = query.limit(
limit
) # limit applied after cursor to ensure the limit is applied after the JOIN and starts from the cursor afte rthe join
) # limit applied after cursor to ensure the limit is applied after the JOIN and starts from the cursor after the join

return session.execute(query).scalars().all()

0 comments on commit 475c6d5

Please sign in to comment.