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

[Issue #3050] Make sure we escape single quotes #3051

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

mdragon
Copy link
Collaborator

@mdragon mdragon commented Nov 26, 2024

Summary

Fixes #3050

Time to review: 2 mins

Changes proposed

Make sure we're escaping single quotes in our DB strings

Context for reviewers

Tests started failing due to a string with "children's" in it
All tests are now passing locally

coilysiren
coilysiren previously approved these changes Nov 26, 2024
@coilysiren
Copy link
Collaborator

Linter is failing though

@mdragon
Copy link
Collaborator Author

mdragon commented Nov 26, 2024

Linter is failing though

Nice catch, amended the fix

Copy link
Collaborator

@mikehgrantsgov mikehgrantsgov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mdragon mdragon merged commit 0df81b5 into main Nov 26, 2024
2 checks passed
@mdragon mdragon deleted the mdragon/3050-incorrect-string-escaping branch November 26, 2024 19:48
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.

Tests failing due to unescaped quotes in string values
3 participants