I got the following errors: `dest[0] types must be *[]byte or *string` when I try to fetch all the data via: ```golang cols := make([]any, 3) sd.Scan(cols...) ```