We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8394d commit 6693848Copy full SHA for 6693848
sql/expression/function/uuid.go
@@ -18,13 +18,13 @@ import (
18
"fmt"
19
"sync"
20
21
- "github.com/dolthub/go-mysql-server/sql/variables"
22
"github.com/dolthub/vitess/go/sqltypes"
23
"github.com/dolthub/vitess/go/vt/proto/query"
24
"github.com/google/uuid"
25
26
"github.com/dolthub/go-mysql-server/sql"
27
"github.com/dolthub/go-mysql-server/sql/types"
+ "github.com/dolthub/go-mysql-server/sql/variables"
28
)
29
30
// Global state for UUID_SHORT function
0 commit comments