mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 01:54:38 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user