Skip to content

Fix infinite loop using postgres as backend

Daniel Lowe requested to merge dlowe/core:fix-infinite-loop into dev

unescapebin is handed a string in some cases, and it causes an infinite loop when it does. This ensures that the argument is a resource before loading its contents.

Merge request reports