You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.