mssql: decouple sqleng (#86130)

* mssql: decouple sqleng

* fix codeowners-file
This commit is contained in:
Gábor Farkas
2024-04-16 08:00:14 +00:00
committed by GitHub
parent 538db9ab1c
commit 9015bfa3f4
7 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/grafana/grafana-plugin-sdk-go/backend"
"github.com/grafana/grafana-plugin-sdk-go/backend/gtime"
"github.com/grafana/grafana/pkg/tsdb/sqleng"
"github.com/grafana/grafana/pkg/tsdb/mssql/sqleng"
)
const rsIdentifier = `([_a-zA-Z0-9]+)`