vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

Query columns with special characters not working

Open qaisershehzad opened this issue 3 years ago • 0 comments

Query columns with special characters not working..

I have a below query and is valid query with column names with some special characters like #, $ etc

Select a#
 from b

Now when I format this query it get white space between special character and name. e.g Select a # from b which makes it invalid query. As column name is a#

is there a way we can allow special characters in query or format ignore while formatting so query remains valid.

qaisershehzad avatar Aug 16 '21 07:08 qaisershehzad