Consider the following SQL query: "UPDATE table SET attr1 = 'abc' WHERE attr2 = 123". Is there a way to perform this kind of mass updates without the use of database::execute method with plain-text sql? Something similar to a database::erase_query could be nice.