Revision f564e7275d1c94e1b15c2d780b836efb969711d2 authored by Christian Stewart on 24 May 2023, 22:37:04 UTC, committed by Christian Stewart on 26 May 2023, 01:02:55 UTC
This caused a bug where Scan returned an error which was ignored by the
iterator. The inner iterator it.Err() would have returned the error correctly,
but it was ignored in QuadIterator.

Fixed by checking the inner iterator error when closing.

Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 44c07ab
History

back to top