Closed as not planned
Description
select it.Name from Customer as it
instead of
select it.[Name] as [Name] from Customer as it
Two points:
#1, as [Name] is not necessary in this scenario.
#2, it.[Name] should be it.Name, since Name is not a keyword, I think it's better to maintain a keywords list and only use [] for keywords.
This will decrease the generated sql and much readable.
Metadata
Metadata
Assignees
Labels
No labels