Skip to content

Remove url-encoded surrounding quotes to URL parameters #904

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

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

Conversation

ppom0
Copy link
Contributor

@ppom0 ppom0 commented Apr 29, 2025

Fix #879

Not quite sure of what I'm doing, as I'm discovering the codebase

@ppom0 ppom0 force-pushed the fix-sqlpage.link-double-quotes branch from d3fa7db to 58c4d05 Compare April 29, 2025 18:09
@lovasoa
Copy link
Collaborator

lovasoa commented Apr 29, 2025

@lovasoa
Copy link
Collaborator

lovasoa commented Apr 29, 2025

val.to_string() encodes the value as json, so if it's a string, it ends up encoded surrounded with "

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.

sqlpage.link adds percent-encoded double quotes to list parameters.
2 participants