grafana / sqlds

A package that assists writing SQL-driven datasources
Apache License 2.0
17 stars 12 forks source link

Update to sqlutil helpers #85

Closed iwysiu closed 7 months ago

iwysiu commented 1 year ago

In https://github.com/grafana/cloud-data-sources/issues/94 some standalone sql helper functions were copied to sqlutil in the plugin sdk. Use those here instead to deduplicate code.

gabor commented 9 months ago

NOTE: it seems the macros.go in pluginsdk, at the time of writing this comment, corresponds to macros.go in sqlds at commit cd68d26e53cdfd799f700d4623f9f3c946101fb3 : https://github.com/grafana/sqlds/commit/cd68d26e53cdfd799f700d4623f9f3c946101fb3

since that commit in sqlds, there has been changes done to macros.go in sqlds, so those changes will have to be applied to the pluginsdk version too.