Skip to content

Commit

Permalink
update to latest vitess' sqlparser and go-git.v4. (src-d#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
smola authored Dec 23, 2016
1 parent 2b1f264 commit c21c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func tableExprToTable(te sqlparser.TableExpr) (sql.Node, error) {
return nil, errUnsupportedFeature("non simple tables")
}

return plan.NewUnresolvedTable(string(tn.Name)), nil
return plan.NewUnresolvedTable(tn.Name.String()), nil
}
}

Expand Down

0 comments on commit c21c43a

Please sign in to comment.