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
Currently only way to set variables is using UPDATE. It'd be much more 'intuitive' to use regular SET [GLOBAL] variable='value' syntax as in MySQL.
The text was updated successfully, but these errors were encountered:
#498 Add SET command parsing method stub
f69f3fb
#498 Extract variable and value from SET command
1646731
#498 Validate variables from SET command
09d48a1
Merge pull request #511 from sysown/498_implement_set_command
fbaca93
#498 implement set command
This is available on master now. See: #511 #517
Sorry, something went wrong.
iprunache
No branches or pull requests
Currently only way to set variables is using UPDATE. It'd be much more 'intuitive' to use regular SET [GLOBAL] variable='value' syntax as in MySQL.
The text was updated successfully, but these errors were encountered: