fix: Execute deferred constraint triggers when using Prefer: tx=rollback

Resolves #2020
This commit is contained in:
Wolfgang Walther
2021-11-30 15:54:12 +01:00
committed by Wolfgang Walther
parent bbc07d3f40
commit 1cb00d3c62
5 changed files with 63 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- #2020, Execute deferred constraint triggers when using `Prefer: tx=rollback` - @wolfgangwalther
## [9.0.0] - 2021-11-25
### Added