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

Most upvoted comments

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