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

"You need to install sqlite3" prompt has Read More button that points to a 404 #1330

Closed
1 of 5 tasks
unikitty37 opened this issue May 13, 2024 · 0 comments · Fixed by #1331
Closed
1 of 5 tasks

"You need to install sqlite3" prompt has Read More button that points to a 404 #1330

unikitty37 opened this issue May 13, 2024 · 0 comments · Fixed by #1331
Labels

Comments

@unikitty37
Copy link

Describe the bug
When attempting to connect to a SQLite 3 database for the first time, a prompt to install sqlite3@5.1.1 appears. Clicking "Read more" opens a web page (https://vscode-sqltools.mteixeira.dev/en/drivers/sqlite?umd_source=vscode) that does not exist.

To Reproduce

  1. Install SQLTools on a system that does not have sqlite3@5.1.1 installed.
  2. Create a SQLite3 connection.
  3. Click "Test Connection".
  4. Click "Read more".

Expected behaviour
A web page with helpful content opens.

Screenshots
image

Desktop (please complete the following information):

  • SQLTools Version v0.28.3
  • VS Code Version: v1.89.1
  • OS: macOS 14.4.1 (23E224)
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: SQLite 3

Additional context
It may be easier to add a redirect on the web server than to push code changes to the extension 😁

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