On Save of a view the editor / formatter adds backticks (grave accents) around names - How do I stop this?
Hi guys,
When saving a view, the auto formatted adds backticks (`) around object names eg.
`ea`.`ParentEntityId` AS `ParentEntityId`
I want to turn this off (unless necessary, like a name with a space) so the line reads like;
ea.ParentEntityId AS ParentEntityId
Can someone point me in the right direction for this please?