sqls-server / sqls

SQL language server written in Go.
MIT License
933 stars 68 forks source link

Add support for Snowflake go driver #44

Open mbarton98 opened 3 years ago

mbarton98 commented 3 years ago

Is your feature request related to a problem? Please describe. I was looking to get some autocomplete functionality when editing SQL in Emacs with lsp-mode.

I can run lsp mode and it connects to sqls and shows my configured connection string. I get a snowflake driver not found.

Describe the solution you'd like I was looking to get some autocomplete functionality when editing SQL in Emacs with lsp-mode.

Describe alternatives you've considered not using lsp-mode

Additional context https://pkg.go.dev/github.com/snowflakedb/gosnowflake

lighttiger2505 commented 3 years ago

@mbarton98 https://github.com/lighttiger2505/sqls/pull/24

There are a number of reasons for this, but the main problem is that it can be difficult to maintain. Especially with products like Snowflake, BigQuery and Athena, for which I can't easily set up a test environment, I can't make sure that the code is correct. This is critical for me to maintain.

mbarton98 commented 3 years ago

I understand. I might try looking at the code and see If I can figure it out and get it working in my Snowflake environment. If I happen to get it to work and can commit to support it, then I will let you know.

rolandtritsch commented 6 months ago

Hi All. Was just wondering, if there is a solution to this problem? Would love/like to connect sqls to snowflake!

detailedghost commented 2 months ago

bump, this would be great to have