planarnetwork / dtd2mysql

MySQL / MariaDB import for DTD feeds (fares, timetable and routeing)
30 stars 10 forks source link

restore type safety for queries #87

Closed miklcct closed 6 months ago

miklcct commented 6 months ago

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.

linusnorton commented 6 months ago

@miklcct thanks for the PR. I'm happy with it except for changing to async methods unnecessarily

miklcct commented 6 months ago

I have rebased this PR onto the latest master and added 2 more commits according to your suggestion to see if you are happy.