We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to utilize the TRIM grammar as defined in MySQL https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_trim
Currently, I can only use the basic version of TRIM and I couldn't find anything in the yacc file https://github.com/vitessio/vitess/blob/a78587406b25f795429740f5426695681fc252ad/go/vt/sqlparser/sql.y
In relevance to implementing the Trim function in https://github.com/src-d/go-mysql-server we are using Vitess to parse the SQL rules.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Description
We would like to utilize the TRIM grammar as defined in MySQL
https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_trim
Currently, I can only use the basic version of TRIM and I couldn't find anything in the yacc file
https://github.com/vitessio/vitess/blob/a78587406b25f795429740f5426695681fc252ad/go/vt/sqlparser/sql.y
Use Case(s)
In relevance to implementing the Trim function in https://github.com/src-d/go-mysql-server we are using Vitess to parse the SQL rules.
The text was updated successfully, but these errors were encountered: