Closed njvrzm closed 1 month ago
This adds support for the InstanceDisposer() interface to SQLDatasource, to fix a connection leak.
InstanceDisposer()
SQLDatasource
Fixes #135
Fair enough - I looked over the github projects using it (only a handful outside of grafana) but github isn't the whole universe. I feel a little weird bumping to v5 just a couple months after v4, but so it goes :)
This adds support for the
InstanceDisposer()
interface toSQLDatasource
, to fix a connection leak.Fixes #135