You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which youtube/vitess sqlparser version should I use to build gitql?
build from source:
gitql tag v0.3.0 with youtube/vitess branch release-2.1
sql/parse/parse.go:140: tn.Name.String undefined (type sqlparser.TableIdent has no field or method String)
sql/parse/parse.go:328: undefined: sqlparser.HexVal
sql/parse/parse.go:343: v.Name.Lowered undefined (type string has no field or method Lowered)
using go get:
ZhengdeMacBook-Pro:gitql hanzheng$ go get github.com/gitql/gitql
# github.com/gitql/gitql/sql/parse
sql/parse/parse.go:320: sqlparser.StrVal (type sqlparser.ValType) is not a type
sql/parse/parse.go:321: cannot convert v (type sqlparser.ValExpr) to type string
sql/parse/parse.go:324: undefined: sqlparser.NumVal
sql/parse/parse.go:326: cannot convert v (type sqlparser.ValExpr) to type string
sql/parse/parse.go:328: sqlparser.HexVal (type sqlparser.ValType) is not a type
thanks.
The text was updated successfully, but these errors were encountered:
hi,
which youtube/vitess sqlparser version should I use to build gitql?
build from source:
gitql tag v0.3.0 with youtube/vitess branch release-2.1
using
go get
:thanks.
The text was updated successfully, but these errors were encountered: