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
As demonstrated in the test test_update_of_seen_with_nick_including_backslashes, nicknames with backslashes cause problems for the seen() query. The fix was to add escape_string(nick).
Figure out why this is necessary here and where else it might need to be added.
The text was updated successfully, but these errors were encountered:
As demonstrated in the test test_update_of_seen_with_nick_including_backslashes, nicknames with backslashes cause problems for the seen() query. The fix was to add escape_string(nick).
Figure out why this is necessary here and where else it might need to be added.
The text was updated successfully, but these errors were encountered: