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
A simple fix would be to replace any single-quote with the Postgresql-friendly doubled single quote SELECT insert_data('I''m here'); (see ex below) but I wonder if there's a.... better way of solving more cases of user-input that could break this. So I asked on StackOverflow
sanitized_input=user_input.replace("'","''")
The text was updated successfully, but these errors were encountered:
Discovered this with some feedback from a fork of this. From mentalhealthawhereness/map#1
The text was updated successfully, but these errors were encountered: