Collation names enclosed in square brackets is invalid
I have "Enclose identifiers within square bracket" set to "Always", which in most cases are great.
However, collation names are also being enclosed in square brackets, which seems to be invalid.
Please correct.
                1
                 vote
              
            
Could you please specify what product version you are using?
A video or screenshots would be also of help.
- 
      
Lars I Nielsen
    
 commented
    
  -- correct T-SQL
SELECT [my_string] COLLATE Danish_Norwegian_CI_AS FROM dbo.[TEST_types] [tt]-- as SQL Complete writes it
SELECT [my_string] COLLATE [Danish_Norwegian_CI_AS] FROM dbo.[TEST_types] [tt] - 
      
Lars I Nielsen
    
 commented
    
  6.4.15 Pro
I cannot insert a screen dump. - 
      
Lars I Nielsen
    
 commented
    
  This is a bug, right ?