Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JelteF opened this issue Oct 15, 2024 · 0 comments
Open
Labels
bug Something isn't working
Milestone

Comments

@JelteF
Copy link
Collaborator

JelteF commented Oct 15, 2024

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.

@JelteF JelteF added the bug Something isn't working label Oct 15, 2024
@JelteF JelteF added this to the Long term milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant