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
Given a proc with this in the body: SET @q = CONCAT('CALL ', routine, '-- ', BADFUNCTION());
SET @q = CONCAT('CALL ', routine, '-- ', BADFUNCTION());
and its replacement
SET @q = CONCAT('CALL ', routine, '-- ', UUID_SHORT());
The change is not detected.
The text was updated successfully, but these errors were encountered:
(Don't ask why I'm doing this. It was a horrible idea anyway. But I broke the comparison doing it.)
Sorry, something went wrong.
Ahh, yeah, for the purposes of comparison it does a VERY naive comment removal.
No branches or pull requests
Given a proc with this in the body:
SET @q = CONCAT('CALL ', routine, '-- ', BADFUNCTION());
and its replacement
SET @q = CONCAT('CALL ', routine, '-- ', UUID_SHORT());
The change is not detected.
The text was updated successfully, but these errors were encountered: