[odb-users] mass update statement

Ivanov Sergey voicelessvoid at gmail.com
Thu Feb 2 11:20:44 EST 2012


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.


More information about the odb-users mailing list