-
Notifications
You must be signed in to change notification settings - Fork 27
Failed to open database #236
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
Comments
I have the exact sane problem on Manjaro (archlinux based), the same versions of vscode and SQLite!! |
Getting the same error (Windows 11), but only if SQLite is installed and on the path / detected. I installed SQLite through Chocolatey, and when I uninstalled it the extension worked again. It seems the built-in SQLite client works, but the regular one does not. |
Have the same problem when trying to open a database which works within sqlite3. Can work within the VS Code editor and use >sqlite:run query to get an sqlite output. When trying to open the test.db file with right click selecting open Database, the error shows as shown below: [2:44:41 PM][vscode-sqlite][ERROR] Failed to open database 'c:\Users\HR\Documents\sqlite\test.db': Parse error near line 4: no such column: table Windows 10 and latest Version of VS Code |
This is the problem I had, I've seen similar issues and that didn't solve my problem.
SQLite is installed
system:archlinux
visual-studio-code version: 1.77.1-1
SQLite version:0.14.1
The text was updated successfully, but these errors were encountered: