Skip to content

Commit fbb5816

Browse files
cmoogkyleconroy
authored andcommitted
uses vitess sqlparser.PositionedErr for mysql
1 parent f9d952d commit fbb5816

File tree

5 files changed

+212
-62
lines changed

5 files changed

+212
-62
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ require (
99
github.com/lfittl/pg_query_go v1.0.0
1010
github.com/lib/pq v1.3.0
1111
github.com/spf13/cobra v0.0.5
12-
github.com/spf13/pflag v1.0.5 // indirect
1312
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
1413
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
1514
google.golang.org/genproto v0.0.0-20191223191004-3caeed10a8bf // indirect
1615
google.golang.org/grpc v1.26.0 // indirect
17-
vitess.io/vitess v0.0.0-20191113025808-0629f0da20ab
16+
vitess.io/vitess v0.0.0-20200119095853-bd8205ebca4a
1817
)

0 commit comments

Comments
 (0)