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 param format bug #378

Merged
merged 3 commits into from
Apr 26, 2024
Merged

Fix param format bug #378

merged 3 commits into from
Apr 26, 2024

Conversation

dauinsight
Copy link
Contributor

Addresses: #369

Multiple string formatting using % (e.g. string % param) requires additional % for escaping %

@mShan0 mShan0 changed the title DRAFT: Fix param format bug Fix param format bug Apr 26, 2024
@mShan0 mShan0 merged commit f684659 into dev Apr 26, 2024
40 of 42 checks passed
@sparrowt
Copy link
Contributor

sparrowt commented Sep 4, 2024

I guess this changes the assumption to now be that query won't ever legitimately have an existing {} in it that should remain as such? This seems unlikely but not impossible as surely that could be inside a hard-coded string?

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.

4 participants