vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

VSCode extension to explore and query SQLite databases.

Results 57 vscode-sqlite issues
Sort by recently updated
recently updated
newest added

Extension doesn't work with newest version of sqlite3, updated syntax. See issue https://github.com/AlexCovizzi/vscode-sqlite/issues/235

SQLite version in extension is 3.26.0. So "DROP column" query is not supported because of sqlite old version.

'sqlite3' is not recognized as an internal or external command, operable program or batch file. I get this when I am in the terminal in VSCode. Was working, now no...

![2023-04-07_12-51](https://user-images.githubusercontent.com/95275520/230543295-1232c464-adff-4a17-bfc8-a971425e270d.png) 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

I keep getting the error message: Failed to open database 'agent.db': Parse error near line 4: no such column: table aster WHERE (type="table" OR type="view") error here ---^ While I...

Comments anywhere other than before queries break the query, and running it just shows a blank pane, with no messages in the output pane. So, any comment after a query,...

when i run >sqlite:open database and choos my db i have this error = " [11:57:04 AM][vscode-sqlite][INFO] Activating extension vscode-sqlite v0.14.1... [11:57:04 AM][vscode-sqlite][INFO] Extension activated. [11:57:06 AM][vscode-sqlite][ERROR] Failed to open...

Failed to open database 'e:\CS50\SQLlite\shows.db': Parse error near line 4: no such column: table aster WHERE (type="table" OR type="view") error here ---^. does anyone know how to sort it out....

Started having an issue today that appears to have also been identified by several other users: #238 ; #237 ; #236 . I also see that the project hasn't been...

The extension removes the .sql file icon when using it and [vscode-icons](https://github.com/vscode-icons/vscode-icons) extension at the same time. Below is a comparison of a sample directory with vscode-sqlite disabled (left) and...