joe-re / sql-language-server

SQL Language Server
MIT License
695 stars 64 forks source link

Do not throw an error when it's failed to parse #177

Closed joe-re closed 1 year ago

joe-re commented 1 year ago

It can be failed even if the sql text on the editor is correct because lint check can be apllied to a partial part depending on the cursor position. Instead of throwing an error, returns empty result.