John Murray

Results 251 comments of John Murray

Is it possible you also have a workspace-level definition? See #872

Does https://github.com/mtxr/vscode-sqltools/discussions/887#discussioncomment-3009193 help you?

Simple case: ```sql SELECT 1 FROM contacts; SELECT 2 FROM contacts; SELECT 3 FROM contacts; SELECT 4 FROM contacts; ``` After first format: ```sql SELECT 1 FROM contacts; SELECT 2...

Is it possible you also have a workspace-level definition? See #872

Given that Azure Data Studio also reports errors with that query, is your request here that SQLTools should report more details of errors? If so, this is a duplicate of...

Is it possible you also have a workspace-level definition? See #872

Does the SQLTools channel of your Output tab give any clues about what's happening when you manually trigger the lookup with ctrl+space? I'm not seeing similar problems with the standard...

This file holds the queries that the driver runs on behalf of the main extension: https://github.com/kj-9/sqltools-redshift-driver/blob/main/src/ls/queries.ts Maybe they can be made more efficient.