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

UpdateIssueUsersByMentions was calling database write operations while #443

Merged
merged 1 commit into from
Dec 22, 2016

Commits on Dec 22, 2016

  1. UpdateIssueUsersByMentions was calling database write operations while

    a transaction session was in progress. MailParticipants was failing
    silently because of the SQLITE_LOCKED error. Make sure failures in
    MailParticipants enter the log, and pass on the transaction context.
    
    issue: let caller pass in database context, and use it
    issue_comment: obtain database context to pass to UpdateIssueMentions
    issue_comment: log any error from call to MailParticipants
    issue_mail: pass on database context to UpdateIssueMentions
    Michael Stroucken authored and lunny committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    8c3e73b View commit details
    Browse the repository at this point in the history