We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by kujtimiihoxha July 1, 2022 Currently when you do something like
await User.update({id: userId}, {set: {title: 'some user adds a title with {abc}'}})
This will fail... the main reason is that the logic thinks that you have a variable {abc} but I want the logic to treat this as a normal string.
{abc}
Is there a way to escape {abc} and sanitize the user input?
The text was updated successfully, but these errors were encountered:
I've looked quite some time for this issue under the searchword curlies. For the time being, it seems #346 (comment) provides a workaround.
Sorry, something went wrong.
Can you open a bug issue for this and reference this discussion. It would be good to have a means to escape the {abc}.
No branches or pull requests
Discussed in #346
Originally posted by kujtimiihoxha July 1, 2022
Currently when you do something like
This will fail... the main reason is that the logic thinks that you have a variable
{abc}
but I want the logic to treat this as a normal string.Is there a way to escape
{abc}
and sanitize the user input?The text was updated successfully, but these errors were encountered: