We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
Install MSSQL extension
Connect to DB
Create New File named XYZ.sql and save locally
Type and run query > result is displayed
Copy query into new GIST and run from gist file > result is not displayed
Copy query into GitHub repository and run from there > result is displayed
In summary, result is displayed if executed from locally saved file or from a github repo, but not from gist (yes, the gist is public, not secret)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce:
Install MSSQL extension
Connect to DB
Create New File named XYZ.sql and save locally
Type and run query > result is displayed
Copy query into new GIST and run from gist file > result is not displayed
Copy query into GitHub repository and run from there > result is displayed
In summary, result is displayed if executed from locally saved file or from a github repo, but not from gist (yes, the gist is public, not secret)
The text was updated successfully, but these errors were encountered: