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

is it possible to remember the location of the db i open the first time and then remember subsequent queries ran on said db? i see the `sqlite.setupDatabase` but that...

enhancement

CHANGES: - Saves the table/view definition when the database is loaded. - Added a command to explorer items menus to generate a query with "DROP" statement followed by the original...

Thank you for your awesome extension. I want to ask a feature request: Can we get `Create Table` and 'Drop Table' query option from existing table when right clicking it

Could we have settings to control the font and padding in the results grid? I would choose to squash it up to fit more data on my screen if I...

Hi! Thanks for the amazing extension! I was wondering if would be possible to add a refresh button to the table's results view.

enhancement

Report PK infos in columns header: ![schermata 2018-06-28 alle 12 17 27](https://user-images.githubusercontent.com/40659655/42028698-4db1f272-7acd-11e8-977b-739ba8533f53.png) Always show columns header, also if table is empty: ![schermata 2018-06-28 alle 12 17 00](https://user-images.githubusercontent.com/40659655/42028744-72d196a2-7acd-11e8-8006-bbcae19fa5c8.png)

When trying to open an database file with strict table enabled, it said ``` Failed to open database '/path/to/db.sqlite3': malformed database schema (metadata) - near "strict": syntax error ``` For...

In standard sql single quotes are for values and double quotes are for identities like column names. Although [sqlite does support double quote values](https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted) this seems to have changed in...

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...

I'm piggy back on this issue (https://github.com/AlexCovizzi/vscode-sqlite/issues/60) - I still have this problem. Is there a setting that needs to be turned on? I tried this in settings.json and still...