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

Inserting from Hypertable into another table does not work #24

Closed
akulkarni opened this issue Apr 18, 2017 · 2 comments
Closed

Inserting from Hypertable into another table does not work #24

akulkarni opened this issue Apr 18, 2017 · 2 comments
Labels

Comments

@akulkarni
Copy link
Member

E.g., this query does not work:

INSERT INTO rides_test (SELECT * from rides LIMIT 1);
@akulkarni
Copy link
Member Author

However, this works (new_table needs to be table that does not exist prior to this command):

SELECT * INTO new_table FROM rides LIMIT 1;

@RobAtticus RobAtticus added the bug label Apr 26, 2017
@RobAtticus
Copy link
Member

Could you try with the latest release (0.0.9-beta) when you have a chance?

cevian added a commit that referenced this issue May 3, 2017
Previously, INSERT INTO...SELECT FROM hypertable was broken. This was
caused by incorrectly tracking the commandType in change_name_walker.
Fixes #24.
@cevian cevian closed this as completed in #33 May 3, 2017
cevian added a commit that referenced this issue May 3, 2017
Previously, INSERT INTO...SELECT FROM hypertable was broken. This was
caused by incorrectly tracking the commandType in change_name_walker.
Fixes #24.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants