You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Repro:
Interestingly, this only happens when connecting to a dolt sql-server and not through the dolt shell
The text was updated successfully, but these errors were encountered: