Skip to content

Commit

Permalink
Merge pull request #1847 from digitallyinduced/amitaibu-patch-3
Browse files Browse the repository at this point in the history
Improve `withTransaction` docs
  • Loading branch information
mpscholten authored Oct 20, 2023
2 parents 0782f1b + 1468079 commit 747d90c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Guide/database.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ incomplete data is left in the database when there's an error.
The [`withTransaction`](https://ihp.digitallyinduced.com/api-docs/IHP-ModelSupport.html#v:withTransaction) function will automatically commit after it succesfully executed the passed do-block. When any exception is thrown, it will automatically rollback.
### Common Pitfalls
Keep in mind that some IHP functions like [`redirectTo`](https://ihp.digitallyinduced.com/api-docs/IHP-Controller-Redirect.html#v:redirectTo) or [`render`](https://ihp.digitallyinduced.com/api-docs/IHP-Controller-Render.html#v:render) throw a [`ResponseException`](https://ihp.digitallyinduced.com/api-docs/IHP-ControllerSupport.html#t:ResponseException). So code like below will not work as expected:
```haskell
Expand Down

0 comments on commit 747d90c

Please sign in to comment.