SQLTemplate: Make Ident only work for identifiers (not any string) (#92387)
This commit is contained in:
@@ -152,5 +152,5 @@ func Example() {
|
||||
fmt.Println(query)
|
||||
|
||||
// Output:
|
||||
// SELECT "id", "type", "name" FROM "users" WHERE "id" = ?;
|
||||
// SELECT `id`, `type`, `name` FROM `users` WHERE `id` = ?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user