Return io.EOF on OdbReadStream.Read() #470
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-odbreadstream-read"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change makes OdbReadStream.Read() comply with the usual io.Reader
semantics.
Makes sense, thanks.