https://github.com/google/cayley
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
Tip revision: f564e7275d1c94e1b15c2d780b836efb969711d2 authored by Christian Stewart on 24 May 2023, 22:37:04 UTC
fix: check inner quad iterator for errors when closing
Tip revision: f564e72
File Mode Size
.github
appengine
client
clog
cmd
configurations
data
docs
examples
graph
inference
internal
packrd
query
schema
server
version
writer
.dockerignore -rw-r--r-- 6 bytes
.gitbook.yaml -rw-r--r-- 13 bytes
.gitignore -rw-r--r-- 153 bytes
.goreleaser.yml -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 889 bytes
AUTHORS -rw-r--r-- 1.1 KB
CODEOWNERS -rw-r--r-- 22 bytes
CONTRIBUTORS -rw-r--r-- 1.1 KB
Dockerfile -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.9 KB
README.md -rw-r--r-- 2.2 KB
cayley_example.yml -rw-r--r-- 310 bytes
go.mod -rw-r--r-- 2.8 KB
go.sum -rw-r--r-- 42.4 KB
gogen.go -rw-r--r-- 107 bytes
imports.go -rw-r--r-- 1.3 KB
tools.go -rw-r--r-- 192 bytes
vet.sh -rwxr-xr-x 859 bytes

README.md

back to top