Updating rows is done with the update method, which takes a hash similar to insert.
Updating will affect all rows in the dataset, so if you don't filter the dataset first, it will update all rows.