joe-re / sql-language-server

SQL Language Server
MIT License
695 stars 64 forks source link

Error message: Expected [.], [A-Za-z0-9_:[\]'], or [A-Za-z0-9_] but " " found. #201

Closed longmenzhitong closed 1 year ago

longmenzhitong commented 1 year ago

My sql and the error message which bothers me:

image

My neovim lspconfig:

image

And my sqllsrc.json:

image

Why the wrong error message appears? How can I fix it? Please help!

AsgrimS commented 1 year ago

Having the same issue, can't get it to work inside neovim at all

joe-re commented 1 year ago

@longmenzhitong @AsgrimS Thanks for your report. We fixed the issue you reported and released it. Please check it with the latest version of sql-language-server. Thanks 🙏