We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect result
Standalone mode
For the following queries
CREATE TABLE t(i INTEGER, j BIGINT TIME INDEX); ALTER TABLE t RENAME new_table; SELECT * FROM t; CREATE TABLE t(i INTEGER, j BIGINT TIME INDEX);
the third SELECT clause will report the table doesn't exist, but the fourth CREATE clause will fill due to table already exist
SELECT
CREATE
M1 Mac
No response
By running the provided queries
The text was updated successfully, but these errors were encountered:
cc @e1ijah1 who has made a great contribution to RENAME TABLE feature
RENAME TABLE
Sorry, something went wrong.
I have already submitted my PR and PTAL
Successfully merging a pull request may close this issue.
What type of bug is this?
Incorrect result
What subsystems are affected?
Standalone mode
What happened?
For the following queries
the third
SELECT
clause will report the table doesn't exist, but the fourthCREATE
clause will fill due to table already existWhat operating system did you use?
M1 Mac
Relevant log output and stack trace
No response
How can we reproduce the bug?
The text was updated successfully, but these errors were encountered: