barklan / inline_sql_syntax

Highlight and lint inline SQL strings.
https://marketplace.visualstudio.com/items?itemName=qufiwefefwoyn.inline-sql-syntax
MIT License
57 stars 24 forks source link

sql-lint has no ability to specify database (uses default one) #66

Open barklan opened 2 years ago

barklan commented 2 years ago

Relates to #9

mrtolkien commented 1 year ago

Same problem here, I have multiple databases on my server and I can't use this extension as-is unfortunately.

WatKey commented 1 year ago

Same problem for me. I saw that there is a pull request pending for sql-lint which adds this functionality. Any reason why this is pending? Anything one can do to speed things up or help to integrate the needed changes? Thanks for looking into it!

stephmajor commented 1 year ago

+1 : use the posgres driver against a server with multiple databases and tons of code that never specifies the actual database name part of the queries, which renders this functionality unusable (and I would love to use it)