Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/doobie/UpdatesSection.scala
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ object UpdatesSection extends FlatSpec with Matchers with Section {
* By using an `Update` directly we can apply many sets of arguments to the same statement, and
* execute it as a single batch operation.
*
* - `updateMany` will return the updated of affected rows
* - `updateMany` will return the number of affected rows
*
* - For databases that support it (such as PostgreSQL) we can use `updateManyWithGeneratedKeys`
* to return a stream of updated rows.
Expand Down