I'm trying to query unique values from my MySql 8 Server, but I keep on getting errors, telling me that I didn't specify the parameters, neither @0 nor object array parameters works.
Calling First, Fetch, FetchAsync works using the same query and parameters.
I can get around with FetchAsync then getting my first result (since I know it's unique), but it would be useful to have this available for other functions
I'm trying to query unique values from my MySql 8 Server, but I keep on getting errors, telling me that I didn't specify the parameters, neither @0 nor object array parameters works.
Calling First, Fetch, FetchAsync works using the same query and parameters.
I can get around with FetchAsync then getting my first result (since I know it's unique), but it would be useful to have this available for other functions