Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Bug: stderr output is ignored when streaming results output #91

@tkopets

Description

@tkopets

Issue Type: Bugfix/Errors
Version: v0.9.0
OS: Windows, MacOS
RDBMS: MySQL, PostgreSQL (probably all)

Description

Standard error output (stderr) is ignored when stream results is enabled ("use_streams": true).
Errors are not displayed in the SQLTools output.

Steps to Reproduce

  1. set "use_streams": true in settings, configure connections
  2. select connection
  3. run SQL that should display error (e.g. select non_existing_identifier_to_get_error;)

Expected behavior: Error is displayed in SQLTools output

Actual behavior: Errors do not appear in SQLTools output

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions