Skip to content

Commit 584ce03

Browse files
author
James Cor
committed
Merge branch 'james/truncation' of github.com:dolthub/go-mysql-server into james/truncation
2 parents 66f0420 + 2c21e26 commit 584ce03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/types/decimal.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20+
"math/big"
21+
"reflect"
22+
2023
"github.com/dolthub/vitess/go/sqltypes"
2124
"github.com/dolthub/vitess/go/vt/proto/query"
2225
"github.com/shopspring/decimal"
2326
"gopkg.in/src-d/go-errors.v1"
24-
"math/big"
25-
"reflect"
2627

2728
"github.com/dolthub/go-mysql-server/sql"
2829
)

0 commit comments

Comments
 (0)