You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Install SQLTools on a system that does not have sqlite3@5.1.1 installed.
Create a SQLite3 connection.
Click "Test Connection".
Click "Read more".
Expected behaviour
A web page with helpful content opens.
Screenshots
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 😁
The text was updated successfully, but these errors were encountered:
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
sqlite3@5.1.1
installed.Expected behaviour
A web page with helpful content opens.
Screenshots
Desktop (please complete the following information):
Additional context
It may be easier to add a redirect on the web server than to push code changes to the extension 😁
The text was updated successfully, but these errors were encountered: