Skip to content

Comments

Remove superfluous real_escape_string's#50

Open
mcmanigle wants to merge 3 commits intowebismymind:masterfrom
mcmanigle:patch-1
Open

Remove superfluous real_escape_string's#50
mcmanigle wants to merge 3 commits intowebismymind:masterfrom
mcmanigle:patch-1

Conversation

@mcmanigle
Copy link

real_escape_string is not necessary (and introduces artifacts) in values that will be bound to prepared MySQL statements.

Because these parameters will be bound, the real_escape_string is superfluous and harmful.
real_escape_string is not helpful and introduces errors in bound parameters.
Remove superfluous real_escape_string's
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.

1 participant