[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
nicktobey
2025-10-07 04:23:08 +00:00
parent daa35a2eba
commit 146222b0b8
2 changed files with 4 additions and 2 deletions

View File

@@ -17,10 +17,11 @@ package doltdb
import (
"context"
"fmt"
"io"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"github.com/dolthub/dolt/go/store/types"
"github.com/dolthub/dolt/go/store/val"
"io"
)
// GetNonlocalTablesRef is a function that reads the "ref" column from dolt_nonlocal_tables. This is used to handle the Doltgres extended string type.

View File

@@ -15,9 +15,10 @@
package doltdb
import (
"github.com/dolthub/go-mysql-server/sql"
"regexp"
"strings"
"github.com/dolthub/go-mysql-server/sql"
)
// compilePattern takes a dolt_ignore pattern and generate a Regexp that matches against the same table names as the pattern.