Skip to content

Commit

Permalink
Improve withTransaction docs
Browse files Browse the repository at this point in the history
Make the "Common pitfalls" part of the main explanation
  • Loading branch information
amitaibu authored Oct 20, 2023
1 parent e66f966 commit 1468079
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 1468079

Please sign in to comment.