Skip to content

Commit

Permalink
Merge pull request #516 from armanbilge/beagles
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tpolecat committed Jul 29, 2021
2 parents ee39517 + 0f3345a commit 548b162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docs/src/main/paradox/tutorial/Command.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ println("```")

## Experiment

- Change `insertMany` to pass an `Int` to `.list` and then pass a size other than the length of `beatles` and observe the error.
- Change `insertMany` to pass an `Int` to `.list` and then pass a size other than the length of `beagles` and observe the error.
- Add a unique constraint on `name` in the DDL and then violate it by inserting two pets with the same name. Follow the hint in the error message to add an handler that recovers gracefully.
- Change the service constructor to prepare the statements once on construction, rather than each time `insert` is called.

0 comments on commit 548b162

Please sign in to comment.