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

not able to access temp table after its created #238

Open
gouriguggari opened this issue Sep 9, 2023 · 2 comments
Open

not able to access temp table after its created #238

gouriguggari opened this issue Sep 9, 2023 · 2 comments

Comments

@gouriguggari
Copy link

I created a temp table and it ran successfully, but when I try to query from the temp table it throws an error "relation TEMP_TABLE_NAME does not exist"

@Borvik
Copy link
Owner

Borvik commented Sep 13, 2023

this would likely be due to the fact the the extension does not keep a persistent connection to the database open.

that was a design decision to allow maintenance on the database that requires connections be disconnected, without have to remember which editor/window is keeping the connection open.

@gouriguggari
Copy link
Author

could you suggest a workaround for this if any?

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