Manuell encode a String #2817
Unanswered
jb-alvarado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
is it possible to encode, or quote a string manually. Like:
In that example I just could write:
"Hello I''m Peter"
with two single quotes, but what is with other character like\
,_
,%
, etc.I know when we are using:
SQLX quotes it automatically, but I would like to create my string manually and pass it the to SQLX.
Beta Was this translation helpful? Give feedback.
All reactions