-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view database tables anymore #41
Comments
Hi everyone, I now played around with different older versions. It looks like SQLTools AWS Athena Driver |
We'll fix that issue in the next version. We can only work from time to time on this driver, and vscode had a major upgrade in how to debug the driver, so we had some drawbacks on the latest upgrade. |
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
Hey Folks, just wanted to say I just installed the plugin yesterday and am seeing this exact same issue. Seems a pull request has been created to try and address the issue in April but hasn't been accepted. That said the v0.3.0 workaround suggested above is still valid and works for me 😄 Thank you! |
Hello, first of all thanks for the driver, really useful!
Secondly, I encountered a little problem recently: If, in the SQLTools panel view, I try to view the tables of any database (see screenshot)
I get the following error:
This wasn't happening a couple of weeks ago, so I presume this might be connected to a recent release?
Querying works fine, so I'm not exactly sure what's going on here.
Lemme know what else I can do to help debugging this :) !
The text was updated successfully, but these errors were encountered: