mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 11:39:32 -05:00
Fixed import group format error
This commit is contained in:
@@ -20,13 +20,12 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/dolthub/go-mysql-server/sql"
|
||||
// Necessary for the empty context used by some functions to be initialized with system vars
|
||||
_ "github.com/dolthub/go-mysql-server/sql/variables"
|
||||
|
||||
"github.com/dolthub/dolt/go/libraries/doltcore/row"
|
||||
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
|
||||
"github.com/dolthub/dolt/go/store/types"
|
||||
|
||||
// Necessary for the empty context used by some functions to be initialized with system vars
|
||||
_ "github.com/dolthub/go-mysql-server/sql/variables"
|
||||
)
|
||||
|
||||
// DoltRowToSqlRow constructs a go-mysql-server sql.Row from a Dolt row.Row.
|
||||
|
||||
Reference in New Issue
Block a user