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
json.dumps
I don't think mysqlsh expects JSON syntax—I think it expects Python syntax
JSON syntax works in this instance, but if a boolean value were passed I believe this would fail
I think f"cluster.rescan({options})" would work in all cases for mysqlsh arguments (not for SQL statements though)
f"cluster.rescan({options})"
Originally posted by @carlcsaposs-canonical in #214 (comment)
The text was updated successfully, but these errors were encountered:
https://warthogs.atlassian.net/browse/DPE-1992
Sorry, something went wrong.
No branches or pull requests
I don't think mysqlsh expects JSON syntax—I think it expects Python syntax
JSON syntax works in this instance, but if a boolean value were passed I believe this would fail
I think
f"cluster.rescan({options})"
would work in all cases for mysqlsh arguments (not for SQL statements though)Originally posted by @carlcsaposs-canonical in #214 (comment)
The text was updated successfully, but these errors were encountered: