cockroachdb / cockroachdb/datadriven
scanner should check for error
Open
- Dominant language
- Go
- Stars
- 64
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
I had a case where I had a very long SQL line (around 300k) and I silently got an empty string from datadriven. We should check `Err()` from the scanner when `Scan()` returns done, and panic with the error.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.