Skip to content

Commit 069ac91

Browse files
committed
Merge branch 'angela/date_functions' of https://github.com/dolthub/go-mysql-server into angela/date_functions
2 parents b207193 + ccedfeb commit 069ac91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/rowexec/insert_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
package rowexec
1616

1717
import (
18-
"github.com/dolthub/vitess/go/sqltypes"
19-
"github.com/stretchr/testify/require"
2018
"math"
2119
"testing"
2220

21+
"github.com/dolthub/vitess/go/sqltypes"
22+
"github.com/stretchr/testify/require"
23+
2324
"github.com/dolthub/go-mysql-server/memory"
2425
"github.com/dolthub/go-mysql-server/sql"
2526
"github.com/dolthub/go-mysql-server/sql/expression"

0 commit comments

Comments
 (0)