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

Description
Issue Type: Bugfix/Errors
Version: v0.9.0
OS: MacOS
RDBMS: MySQL, PostgreSQL (probably all)
Description
When any SQLTools command is run (Exec Query, Table Description, Show Records) you always get a thread_timeout related message, after thread_timeout seconds has passed.
Command execution time exceeded 'thread_timeout'.
Process killed!
Note: cannot reproduce on Windows (most probably issue is relevant only for MacOS and Linux).
Steps to Reproduce
- set
"use_streams": true in settings, configure connections
- select connection
- run any command that involves DB CLI (Exec Query, Table Description, Show Records)
Expected behavior: Only the output from DB CLI is expected in SQLTools output
Actual behavior: Additional message
Command execution time exceeded 'thread_timeout'.
Process killed!
is displayed in the SQLTools output after thread_timeout seconds has passed.