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
In #281 the function duckdb.reset_ddb() was added, which recreates the in memory database. This has as a sideeffect that all temporary duckdb tables are lost. We should also remove the matching Postgres tables from the catalog in that case.
This is definitely not a critical bug. The duckdb.reset_ddb() function is mostly meant for debugging at this point. But I at least thought we should track that this is an issue. Especially since it's probably not too hard to fix.
The text was updated successfully, but these errors were encountered:
In #281 the function
duckdb.reset_ddb()
was added, which recreates the in memory database. This has as a sideeffect that all temporary duckdb tables are lost. We should also remove the matching Postgres tables from the catalog in that case.This is definitely not a critical bug. The
duckdb.reset_ddb()
function is mostly meant for debugging at this point. But I at least thought we should track that this is an issue. Especially since it's probably not too hard to fix.The text was updated successfully, but these errors were encountered: