You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using parameterised queries (to prevent SQL injection)
I've looked through the walkthrough steps and there doesn't seem to be anywhere where this learning outcome is fulfilled. Step 3 Part 7 is the only place where the parameterised version of the Client.query command is written, but it's just an aside to the mentor.
I'd suggest either adding an INSERT query at the end of the code-along, or substituting the existing SELECT query for one.
The text was updated successfully, but these errors were encountered:
In the README:
I've looked through the walkthrough steps and there doesn't seem to be anywhere where this learning outcome is fulfilled. Step 3 Part 7 is the only place where the parameterised version of the
Client.query
command is written, but it's just an aside to the mentor.I'd suggest either adding an
INSERT
query at the end of the code-along, or substituting the existingSELECT
query for one.The text was updated successfully, but these errors were encountered: