Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 18, 2024
1 parent e50c146 commit 16689d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdbms/scan/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (s *Scanner) Next() ([]map[string]any, error) {

if !wasFirstBatch && !startingValuesChanged {
// Detect situations where the scanner is stuck in a loop.
// The second batch will use a > comparision instead of a > comparision for the lower bound.
// The second batch will use a > comparision instead of a >= comparision for the lower bound.
return nil, fmt.Errorf("primarky key start values did not change, scanner is stuck in a loop")
}
}
Expand Down

0 comments on commit 16689d7

Please sign in to comment.