mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 11:12:58 +08:00
SQLTemplate: Make Ident only work for identifiers (not any string) (#92387)
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
INSERT INTO "resource"
|
||||
INSERT INTO `resource`
|
||||
(
|
||||
"guid",
|
||||
"group",
|
||||
"resource",
|
||||
"namespace",
|
||||
"name",
|
||||
"value",
|
||||
"action"
|
||||
`guid`,
|
||||
`group`,
|
||||
`resource`,
|
||||
`namespace`,
|
||||
`name`,
|
||||
`value`,
|
||||
`action`
|
||||
)
|
||||
VALUES (
|
||||
'',
|
||||
|
Reference in New Issue
Block a user