-
-
Notifications
You must be signed in to change notification settings - Fork 401
SQL operators can be one or more characters #3842
New issue
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
Comments
If it is an operator, w probably don't need more than three of these. Also, as we are using it in more than one place, probably it is better to extract them and use it in an include file, so at least we use the same everywhere. Good find. |
I meant this rule and 942120, for example. |
@fzipi should I replace the corresponding PR for this with |
Yes sounds more reasonable. But then the real refactor should come from the inclusion, right? Meaning: it doesn't matter too much because if we change it for all the operators in their right form, there is no need for "counting" 1..3 😄 |
Is there a reason for not using
[|&<>*\/%=^+-]+
in the following regex?coreruleset/regex-assembly/942520.ra
Line 15 in a6036b9
The text was updated successfully, but these errors were encountered: