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