Bug can update/insert query start with $ #998
Unanswered
rahman77889
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.
-
For example this query, if i run this query
update users set password='$2a$12$q0FKswZXhJfguTWyC7OOsO8VlstiphvFkJXYPs.X/yY6YsHAVgChq'
it will show error
error: syntax error at or near "u$2a$t$2a$s$2a$"
but if i run this query
update users set password='2a12$q0FKswZXhJfguTWyC7OOsO8VlstiphvFkJXYPs.X/yY6YsHAVgChq'
it works well
please solve this issue, this issue is impact to me, i can't insert / update like this content
especially this content is encrypt from bcrypt library
thank you
Beta Was this translation helpful? Give feedback.
All reactions