summary refs log tree commit diff
path: root/changelog.d/9051.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error handling during insertion of client IPs (#9051)Erik Johnston2021-01-081-0/+1
You can't continue using a transaction once an exception has been raised, so catching and dropping the error here is pointless and just causes more errors.