Skip to content
New issue

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

SQL query results not displayed when executed from GIST #18544

Open
karim-slaoui opened this issue Dec 29, 2024 · 0 comments
Open

SQL query results not displayed when executed from GIST #18544

karim-slaoui opened this issue Dec 29, 2024 · 0 comments

Comments

@karim-slaoui
Copy link

  • MSSQL Extension Version: 1.27.0
  • VSCode Version: 1.96.2
  • OS Version: Windows Server 2022 - 21H2 - Build 20348.230

Steps to Reproduce:

  1. Install MSSQL extension

  2. Connect to DB

  3. Create New File named XYZ.sql and save locally

  4. Type and run query > result is displayed
    Image

  5. Copy query into new GIST and run from gist file > result is not displayed
    Image

  6. Copy query into GitHub repository and run from there > result is displayed
    Image

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant