datadriven icon indicating copy to clipboard operation
datadriven copied to clipboard

scanner should check for error

Open RaduBerinde opened this issue 4 years ago • 0 comments

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.

RaduBerinde avatar Feb 16 '21 18:02 RaduBerinde