Skip to content

Commit

Permalink
feat(es): Support AggregateIdScanner to SnapshotRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Nov 11, 2024
1 parent 65e8017 commit 99ca0e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class R2dbcSnapshotRepository(
{
it.createStatement(snapshotSchema.scan(aggregateId))
.bind(0, cursorId)
.bind(1, limit)
.execute()
},
Connection::close,
Expand Down

0 comments on commit 99ca0e5

Please sign in to comment.