``` INSERT INTO pubs (ownerid, pubtype, revision) VALUES (?, ?, ?) ON DUPLICATE KEY UPDATE revision = revision + 1; ``` I'm not finding a way to accomplish this with the current OnDuplicate() implementation. Have I missed something?