Wints is storing emails and use them as keys for the DB. When the email contains an apostrophe (i.e., ' : a single quote) then the query dies silently.
I guess they should be protected by adding a single quote before the problematic quote: https://www.databasestar.com/sql-escape-single-quote/
Wints is storing emails and use them as keys for the DB. When the email contains an apostrophe (i.e., ' : a single quote) then the query dies silently.
I guess they should be protected by adding a single quote before the problematic quote: https://www.databasestar.com/sql-escape-single-quote/