Comments
4 comments
- 
                
                   Hi Dave,Thank you for reaching out about SQL Prompt.I am unable to recreate the issue you are seeing. What version of Visual Studio are you running?]Kind Regards,David K.Product Support Engineer Hi Dave,Thank you for reaching out about SQL Prompt.I am unable to recreate the issue you are seeing. What version of Visual Studio are you running?]Kind Regards,David K.Product Support Engineer
 
- 
                
                   ^ 18.12.1 ^ 18.12.1
 TRIM(someColumn)
 becomes
 [TRIM](someColumn)
 which is invalid. This happens in the code for a VIEW. It doesn't happen when the same code is formatted in SQL Server Management Studio.
- 
                
                   Hi Dave Pendleton Hi Dave Pendleton
 I require a bit of further information on this issue so I am going to raise a ticket.
- 
                
                   This is also occurring with other built-in Transact functions, most recently STRING_AGG. This is also occurring with other built-in Transact functions, most recently STRING_AGG.
Add comment
Please sign in to leave a comment.
Visual Studio 18.12.1
This does not happen in SQL Server Management Studio.