Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out why seen() requires the nick to be escaped #29

Open
gunnbr opened this issue Feb 26, 2017 · 0 comments
Open

Figure out why seen() requires the nick to be escaped #29

gunnbr opened this issue Feb 26, 2017 · 0 comments

Comments

@gunnbr
Copy link
Owner

gunnbr commented Feb 26, 2017

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.

gunnbr added a commit that referenced this issue Feb 26, 2017
why this is necessary though (see issue #29).
Removed import of datetime since it's no longer used (closes #26).
All unit tests pass again.
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

No branches or pull requests

1 participant