-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot open a database #247
Comments
Also having this issue. Using the latest Windows binary for SQLLite3. |
+1 |
Having the same issue as well. [5:15:07 PM][vscode-sqlite][ERROR] Failed to open database 'c:\SQLite\Databases\sample_db.db': Parse error near line 4: no such column: table |
The extension worked before I downloaded SQLite and added a Path environmental variable, and now it doesn't work. Getting the same issue as posted here. |
+1 |
1 similar comment
+1 |
How to resolve this issue? |
I had SQLite installed and ran into this error. Removing the path environment variable fixed the issue for me, but this doesn't seems like a temp fix. |
Same issue ! |
+1 Neither when using latest SQLite 3 distro binary (3.45..3-1) on Arch Linux, nor when using latest precompiled binary (sqlite-tools-linux-x64-3450300.zip) downloaded from sqlite.org |
Related pr is #241 |
Helps me |
For those on Windows, the path is:
Copy it to the clipboard in PowerShell:
Edit: Autocompletion wasn't working either. I switched to the SQLTools extension, which has SQLite support. |
Same issue on :
Setting the full path to the sqlite3 did not work. |
Same issue here as well |
Seeing this error on macOS as well. SQLite database files that opens fine with 'SQLite Viewer' extension fails to open with this extension. |
Same error on MacBook. Have to switch to a different plugin https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor |
Every time I try to open a database I get an error with the following message.
[12:21:29 PM][vscode-sqlite][ERROR] Failed to open database '[REDACTED]\test.db': Parse error near line 4: no such column: table
aster WHERE (type="table" OR type="view")
error here ---^
The text was updated successfully, but these errors were encountered: