datadriven
datadriven copied to clipboard
scanner should check for error
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.