-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Creating an issue with title ending in '?' fails #8301
Comments
#8302 explains why the error above is not logged properly. |
It doesn't have to be the title, and most of the time it doesn't have to be at the end of the text. A Example title failing: @lunny for the moment I'd simply roll back the whole #7898 , since this is a problem in INSERT WHERE. |
I have sent go-xorm/xorm#1440 to fix the question mark problem. But I think it may have another problems. So I think to revert #7898 is a better choice currently. |
This should be targeted for 1.10.0 |
closed by #8309 |
Description
Creating an issue with title ending with
?
fails with:However, the error is masked and the message actually logged (and displayed in the 500 Server Error page) is different due to a problem introduced in #7898 (I'll file an issue for that as well).
@lunny I think this is a problem in xorm, but I can't pinpoint the cause to file an Issue over there.
I could trace the error into:
The text was updated successfully, but these errors were encountered: