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

using vscode in non-admin mode makes this plugin retrieve a cached version of the database. so when opening a database on C:\Names.SQLite it actually retrieves a cached version of the...

Hi Alex, I was using this extension a couple of months ago without problem, everything was working as expected. Today, I tried to use it again but nothing happened, no...

bug

Improve overall logging, for example it may be useful to display the current executable that is being used to execute queries and some informations about it. Other things to display:...

enhancement

Issue Type: Bug 命令"SQLite: Open Database"导致错误 (command 'sqlite.explorer.add' not found) Extension version: 0.11.1 VS Code version: Code 1.54.3 (2b9aebd5354a3629c3aba0a5f5df49f43d6689f8, 2021-03-15T10:55:45.459Z) OS version: Windows_NT x64 10.0.18362 System Info |Item|Value| |---|---| |CPUs|Intel(R)...

bug

Issue Type: Bug SQLite (alexcvzz.vscode-sqlite) 1. Install extension on MacOS 10.15.7 (Catalina) using VSCode (latest) 2. Open a .db database 3. Create a query 4. Right-click -> Run Query Query...

suggestion

When the table is too large (like when it contains too many columns), a horizontal bar appears. But instead of being tied to the bottom of the window, it's at...

enhancement

Ability to change default SELECT expression when showing table from the sidebar.

enhancement

The keyboard shortcut for running a query is Command+Shift+Q - which is reserved for `Logout` by MacOS. I would suggest it should be changed by default (although I know each...

suggestion

![Capture](https://user-images.githubusercontent.com/55818441/134844859-f555ac58-a065-4c3e-a12d-031b36e5a231.PNG) Hey! There are a few 'Failed to open database' issues already open, but didn't see one that was quite the same. I am able to open databases, like the...

bug