sqls
sqls copied to clipboard
SQL language server written in Go.
\# internal/race compile: version "go1.18.3" does not match go tool version "go1.18.4" \# internal/goarch compile: version "go1.18.3" does not match go tool version "go1.18.4" \# encoding compile: version "go1.18.3" does...
Are there any plans to add a bigquery connection? What steps would be needed to do so? I used to use the Google IDE, but the new editor tabs have...
**Describe the bug** A clear and concise description of what the bug is. I currently use `workspace/configuration` instead of configuration files and the server is always emitting the `"no database...
The database connections work very well with Microsoft SQL Server. However, the formatter is unusable. Try formatting a query like SELECT TOP 100 * FROM Table and it doesn't seem...
**Describe the bug** Installing via `go get` gives the message `go get: installing executables with 'go get' in module mode is deprecated.` **To Reproduce** Steps to reproduce the behavior: 1....
**Describe the bug** While trying to run any code action I am receiving an error: **To Reproduce** Steps to reproduce the behavior: 1. Setup a db connection 2. Open an...
**Is your feature request related to a problem? Please describe.** The `DATABASE_URL` environment variable is standard in many environments for specifying how to connect to the database. It would be...
**Describe the bug** It seems like sqls has trouble with code completions and hover when dealing with a table outside of the `public` schema in Postgres. Both actions work fine...
**Describe the bug** The formatter seems to have issues in certain cases. **To Reproduce** Steps to reproduce the behavior: See before and after pictures for two different cases: Before 1:...
Added support for https://www.vertica.com Signed-off-by: Andreas Gerler