Skip to content

Commit af5f620

Browse files
author
James Cor
committed
Merge branch 'james/truncation' of github.com:dolthub/go-mysql-server into james/truncation
2 parents 09029db + 0c88c3f commit af5f620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/types/decimal.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ import (
2020
"math/big"
2121
"reflect"
2222

23+
"github.com/dolthub/vitess/go/sqltypes"
24+
"github.com/dolthub/vitess/go/vt/proto/query"
2325
"github.com/shopspring/decimal"
2426
"gopkg.in/src-d/go-errors.v1"
2527

2628
"github.com/dolthub/go-mysql-server/sql"
27-
"github.com/dolthub/vitess/go/sqltypes"
28-
"github.com/dolthub/vitess/go/vt/proto/query"
2929
)
3030

3131
const (

0 commit comments

Comments
 (0)