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
callback(newError("Expected the statement to return a single row, single field record. Got: "+Object.keys(res[0]).length+" records and: "+Object.keys(res[0])[0].length+" values"));
callback(newError("Expected the statement to return a single row, single field record. Got: "+Object.keys(res.records[0]).length+" records and: "+Object.keys(res.records[0])[0].length+" values"));
0 commit comments