Skip to content
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

Not able to get the table name from the DuckDBReader. #211

Open
laksuri opened this issue Aug 27, 2024 · 2 comments
Open

Not able to get the table name from the DuckDBReader. #211

laksuri opened this issue Aug 27, 2024 · 2 comments

Comments

@laksuri
Copy link

laksuri commented Aug 27, 2024

I am trying to get the table names involved in the query.

In sqlite db, in the reader I have the getschematable method which has the "BaseTableName" property set with the correct table name.
But in the duck db reader this parameter is not set. the getschematable.table is also empty.

Is there any other way to read the table name from the DuckDBReader?

@laksuri
Copy link
Author

laksuri commented Aug 28, 2024

Hi @Giorgi, did you get a chance to look at this?

@Giorgi
Copy link
Owner

Giorgi commented Aug 28, 2024

This is not implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants