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...) ```
I got the following errors:
dest[0] types must be *[]byte or *stringwhen I try to fetch all the data via: