neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
490 stars 69 forks source link

Clarify `FetchAll` behavior inline docs #586

Closed stefano-ottolenghi closed 2 months ago

stefano-ottolenghi commented 3 months ago

"single large result" is ambiguous, as it refer both to a session used to fetch one result with many records, or to a session used to fetch many results, each with a single record.