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

GH issue #5872 improve regex for endDelimiter and rollbackEndDelimiter #5875

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wwillard7800
Copy link
Contributor

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

Things to worry about

Additional Context

Improve regex for endDelimiter and rollbackEndDelimiter
@filipelautert filipelautert self-assigned this May 3, 2024
@filipelautert
Copy link
Collaborator

@jasonlyle88 once your setup is fixed could you confirm that this one fixes your issue?

@jasonlyle88
Copy link
Contributor

@filipelautert Yup, that fix does it!
@wwillard7800 Thanks for the quick fix!

Only question I have is if we want to add the word boundary check to the rest of the attribute REGEX variables? I think there are 22 more of them (i.e. runOnChange, runAlways, etc). There aren't any other substring issues that I saw from a quick scan... but more as a future safe guard.

Thoughts?

@wwillard7800
Copy link
Contributor Author

That would be good defensive programming. It may be worth a tech debt ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Code Review
Development

Successfully merging this pull request may close these issues.

SQL formatted changelogs mistakenly identify rollbackEndDelimiter value for endDelimiter value
3 participants