Closed miklcct closed 6 months ago
@miklcct thanks for the PR. I'm happy with it except for changing to async methods unnecessarily
I have rebased this PR onto the latest master and added 2 more commits according to your suggestion to see if you are happy.
A while ago the query method was made always returning
any
regardless of the type parameter. This pull request restores how it was intended to work.