-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG] CB,,{board} will not match correctly #75
Comments
Found the bug, the case is always lowered for command processing which will cause the select command for get_bulletins to fail because all the default boards start with an uppercase character. Number of ways to fix this.. The fix I have right now ads a "COLLATE NOCASE" to the end of the SELECT command for get_bulletin to make the query case insensitive.
|
This happens to not only pb,, but also for adding channels. Everything gets set to lower case instead of case SEsnsItiVe. |
This line Using Would have to do this for any input that uses message.lower. |
…fix for all lower case board names not showing up.
Bug #75 message.lower() breaks adding channels. Add a fix for all lo…
CB,,General or any other board does not appear to do anything for me. It just tells me that no bulletins are available on the general board but when I go there directly I can clearly see one there. Am I using this QC wrong?
The text was updated successfully, but these errors were encountered: