summary refs log tree commit diff
path: root/changelog.d/9051.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.26.0rc1Patrick Cloke2021-01-201-1/+0
|
* 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.