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

table "commits" does not have column "repository_id" #799

Closed
smacker opened this issue Apr 19, 2019 · 2 comments · Fixed by #804
Closed

table "commits" does not have column "repository_id" #799

smacker opened this issue Apr 19, 2019 · 2 comments · Fixed by #804
Assignees
Labels
blocked Some other issue is blocking this bug Something isn't working

Comments

@smacker
Copy link

smacker commented Apr 19, 2019

I got this error making charts in superset but the smallest reproducible sql is:

SELECT repository_id AS repository_id
FROM commits
GROUP BY repository_id
ORDER BY repository_id
@ajnavarro ajnavarro added the bug Something isn't working label Apr 23, 2019
@erizocosmico erizocosmico self-assigned this Apr 23, 2019
@erizocosmico
Copy link
Contributor

This should be fixed with src-d/go-mysql-server#680. A version containing this fix has not been released yet, but once it is, this will be fixed.

@erizocosmico
Copy link
Contributor

#804 will fix this. But I found a regression while updating, so after the regression (src-d/go-mysql-server#690) is merged, I will update again.

@erizocosmico erizocosmico added the blocked Some other issue is blocking this label Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Some other issue is blocking this bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants