Robert Jaros
08/09/2019, 3:16 PMclient.execute("UPDATE .....")
.bind(...).fetch().rowsUpdated()
.then(
client.execute("UPDATE ......").bind(...).fetch().rowsUpdated()
).then().`as`(operator::transactional).awaitSingle()
Is this correct way?