postgres
postgres copied to clipboard
fix: remove catch from handler in transaction
Fixes an issue where catching an error inside a transaction and running custom error logic doesn't work due to a hidden catch and rethrow occurring.
@porsager Are there any plans to merge this?
@charsleysa why does this PR have the docker file changes?
@mattbishop those were config files added for working in VSCode isolated workspaces. I can remove them if it's blocking the PR.
Any thoughts on when this can be merged?