evidence-dev / sqltools-duckdb-driver

DuckDB Driver for SQLTools
https://marketplace.visualstudio.com/items?itemName=Evidence.sqltools-duckdb-driver
MIT License
20 stars 7 forks source link

Unable to view schema for a table. #11

Closed aebrahim closed 8 months ago

aebrahim commented 9 months ago

I am getting the following error popup when I click on a table:

Request connection/GetChildrenForTreeItemRequest failed with message: Catalog Error: Table with name <table_name> does not exist! Did you mean "<schema>.<table_name>"?
archiewood commented 8 months ago

What are you clicking specifically to get this error?

brunowego commented 8 months ago

@archiewood I get the same issue here, to replicate the issue I made this repo https://github.com/brunowego/evidence-bug.

Try follow the developer guide.

archiewood commented 8 months ago

Hi @brunowego

Is this bug with Evidence (https://github.com/evidence-dev/evidence) , or with this DuckDB SQLtools extension?

brunowego commented 8 months ago

Thank you for the quick response. The problem is with the "evidence", sorry, I'll create the issue in "evidence" repo. Thanks.