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

dolt_diff with commit_hash filter errors with result max1Row iterator returned more than one row #8365

Closed
jycor opened this issue Sep 17, 2024 · 0 comments · Fixed by #8367
Closed
Assignees
Labels
analyzer bug Something isn't working

Comments

@jycor
Copy link
Contributor

jycor commented Sep 17, 2024

Repro:

create table t1 (i int primary key);
create table t2 (i int primary key);
call dolt_commit('-Am', ',');
select * from dolt_diff where commit_hash = <...>

Interestingly, this only happens when connecting to a dolt sql-server and not through the dolt shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant