Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix viewing tables in connections browser
Currently trying to expand tables in the connections browser results in an error: ``` Request connection/GetChildrenForTreeItemRequest failed with message: Cannot read properties of undefined (reading 'ResultSet') ``` This happens because `SHOW TABLES` and `SHOW VIEWS` do not return data as regular queries. Instead it has to be pulled as a separate request. This fixes kovihq#41
- Loading branch information