mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 03:29:12 -05:00
Merge pull request #1909 from dolthub/andy/diff-among-branches
[no-release-notes] Use only branch refs to calculate diff table super schema
This commit is contained in:
Binary file not shown.
@@ -116,7 +116,7 @@ func NewCommitDiffTable(ctx *sql.Context, tblName string, ddb *doltdb.DoltDB, ro
|
||||
}
|
||||
|
||||
func calcSuperDuperSchema(ctx context.Context, ddb *doltdb.DoltDB, working *doltdb.RootValue, tblName string) (*schema.SuperSchema, error) {
|
||||
refs, err := ddb.GetHeadRefs(ctx)
|
||||
refs, err := ddb.GetBranches(ctx)
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user