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?
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?