vscode-sqlite: Query on larger tables do not display
I have a table which has thousands of records. And it cannot be displayed using Show Table
. But using other tools I can visualize it.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (8 by maintainers)
Commits related to this issue
- increased memory for sqlite3 command output (issue #10) — committed to AlexCovizzi/vscode-sqlite by AlexCovizzi 6 years ago
- corrected bug (issue #10) that prevented the export buttons to work correctely. — committed to AlexCovizzi/vscode-sqlite by AlexCovizzi 6 years ago
Done, you can now change the buffer limit with the setting
sqlite.outputBuffer
.I’m rewriting some of the main parts to be faster and more responsive, it should be ready in a few days.
The setting
outputBuffer
will also be removed because it won’t be necessary anymore.I published a patch to solve the problem