sql-language-server
sql-language-server copied to clipboard
Autocomplete doesn't work if table names contain hyphen or quotation characters
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?