Giorgi / DuckDB.NET

Bindings and ADO.NET Provider for DuckDB
https://duckdb.net
MIT License
440 stars 70 forks source link

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

Open laksuri opened 2 months ago

laksuri commented 2 months ago

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 commented 2 months ago

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

Giorgi commented 2 months ago

This is not implemented yet.