You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: