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
varresult, _=db.Execute(`insert into (x,y,z) values(1,2,3)`)
varcolumns=result.Columns() // there result != nilvarrows=result.Rows() // there result == nil (panic)