Skip to content
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

Fix for incorrect parsing of regex containing '/' #3429 #3483

Closed
wants to merge 5 commits into from
Closed

Fix for incorrect parsing of regex containing '/' #3429 #3483

wants to merge 5 commits into from

Conversation

dawbs
Copy link
Contributor

@dawbs dawbs commented Jul 28, 2015

Fix for bug #3429
corrected issue where string representations of RegexLiterals generated in influxql/ast.go added the / char as a start/end delimiter, but did not escape any / characters that may exist with the regex.

  • CHANGELOG.md updated
  • Rebased/mergable
  • Tests pass
  • Sign CLA (if not already signed)

dawbs added 5 commits July 28, 2015 14:39
String representations of RegexLiterals generated in influxql/ast.go add the / char as a start/end delimiter, but does not escape any / characters that may exist with the regex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant