Skip to content

Commit

Permalink
fix for bad mysql comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Sep 22, 2023
1 parent ed68c3d commit 6d73b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotnetPlayground.Web/Repositories/HashesRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ OFFSET @offset ROWS FETCH NEXT @limit ROWS ONLY
(
SELECT *
FROM `Hashes`
--The 'deferred join.' approach taken from https://aaronfrancis.com/2022/efficient-pagination-using-deferred-joins
-- The 'deferred join.' approach taken from https://aaronfrancis.com/2022/efficient-pagination-using-deferred-joins
inner join ( -- The 'deferred join.'
select `Key` from `Hashes` -- The pagination using a fast index.
order by `Key`
Expand Down

0 comments on commit 6d73b99

Please sign in to comment.