Backend: Use latest plugin-sdk-go v0.149.1 (#63498)

Use latest github.com/grafana/grafana-plugin-sdk-go which includes changes to the TypeVersion property (always present in JSON).

Also included is squtil changes: SQL util - allow using the database scan type for converters
This commit is contained in:
Kyle Brandt
2023-02-21 09:06:15 -05:00
committed by GitHub
parent e2af8aa53b
commit 52ed297ed5
71 changed files with 739 additions and 53 deletions
+12 -2
View File
@@ -1,6 +1,11 @@
// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {}
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ]
// }
// Name: x
// Dimensions: 2 Fields by 2 Rows
// +---------------------------------+------------------------+
@@ -34,7 +39,12 @@
{
"schema": {
"name": "x",
"meta": {},
"meta": {
"typeVersion": [
0,
0
]
},
"fields": [
{
"name": "Time",