From 475c6d5f481f247c388e6c7ed7d64fff8eca71e8 Mon Sep 17 00:00:00 2001 From: Eric Buckley Date: Fri, 28 Feb 2025 08:51:13 -0800 Subject: [PATCH] Update src/recordlinker/database/mpi_service.py --- src/recordlinker/database/mpi_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recordlinker/database/mpi_service.py b/src/recordlinker/database/mpi_service.py index 8b52662a..a87a35a2 100644 --- a/src/recordlinker/database/mpi_service.py +++ b/src/recordlinker/database/mpi_service.py @@ -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()