Skip to content

The duckdb.reset_ddb() function should remove all temporary DuckDB tables #295

Open
@JelteF

Description

@JelteF

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions