joe-re / sql-language-server

SQL Language Server
MIT License
683 stars 64 forks source link

Autocomplete doesn't work if table names contain hyphen or quotation characters #237

Open avneeshn opened 10 months ago

avneeshn commented 10 months ago

Column autocompletion doesn't show any suggestions if table/database/catalog names contain the following characters: hyphen - double quote " single quote type 1 ' single quote type 2 `

Is there any plan to include the fix for it?