summary refs log tree commit diff
path: root/changelog.d/11564.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* checks for generators in database functions (#11564)Richard van der Hoff2021-12-131-0/+1
A couple of safety-checks to hopefully stop people doing what I just did, and create a storage function which only works the first time it is called (and not when it is re-run due to a database concurrency error or similar).