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
WHERE col IN (?)
fix regex bug
and has a bug between the regex selection and what strings.Replace replaces (selects (\s*?\s*) but only replaces (?)
This is a valid point, I would like to file a new PR for this to fix this bug.
Some references:
WHERE + IN
HAVING
Originally posted by @sio4 in #524 (comment)
The text was updated successfully, but these errors were encountered:
fixed replacing bug on WHERE IN statement (fixes #778)
b1734d8
30ded0f
sio4
Successfully merging a pull request may close this issue.
fix regex bug
This is a valid point, I would like to file a new PR for this to fix this bug.
Some references:
WHERE + IN
andHAVING
. #65Originally posted by @sio4 in #524 (comment)
The text was updated successfully, but these errors were encountered: