postgres icon indicating copy to clipboard operation
postgres copied to clipboard

fix: remove catch from handler in transaction

Open charsleysa opened this issue 3 years ago • 4 comments

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.

charsleysa avatar Jul 29 '22 03:07 charsleysa

@porsager Are there any plans to merge this?

skarbovskiy avatar Nov 22 '22 12:11 skarbovskiy

@charsleysa why does this PR have the docker file changes?

mattbishop avatar Nov 29 '22 21:11 mattbishop

@mattbishop those were config files added for working in VSCode isolated workspaces. I can remove them if it's blocking the PR.

charsleysa avatar Jan 26 '23 23:01 charsleysa

Any thoughts on when this can be merged?

isaac-mcfadyen avatar Sep 22 '23 16:09 isaac-mcfadyen