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 7c7f121 commit 16c3a6aCopy full SHA for 16c3a6a
sql/expression/convert.go
@@ -19,7 +19,6 @@ import (
19
"strings"
20
"time"
21
22
- "github.com/dolthub/vitess/go/mysql"
23
"github.com/dolthub/vitess/go/sqltypes"
24
"github.com/sirupsen/logrus"
25
"gopkg.in/src-d/go-errors.v1"
sql/types/decimal.go
@@ -20,9 +20,6 @@ import (
"math/big"
"reflect"
- "github.com/dolthub/vitess/go/sqltypes"
- "github.com/dolthub/vitess/go/vt/proto/query"
- "github.com/shopspring/decimal"
26
"github.com/shopspring/decimal"
27
28
0 commit comments