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

DROP ALL OBJECTS doesn't drop local temporary tables #3971

Open
katzyn opened this issue Jan 20, 2024 · 1 comment
Open

DROP ALL OBJECTS doesn't drop local temporary tables #3971

katzyn opened this issue Jan 20, 2024 · 1 comment

Comments

@katzyn
Copy link
Contributor

katzyn commented Jan 20, 2024

CREATE LOCAL TEMPORARY TABLE T1(ID BIGINT PRIMARY KEY);
INSERT INTO T1 VALUES 1, 2;
DROP ALL OBJECTS;
TABLE T1;
> ID
> --
> 1
> 2

I think it is a bug, but maybe there is a use case for this behavior?

@grandinj
Copy link
Contributor

I can't think of a use case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants