Oddbean new post about | logout
 @be8f70d6 probably, but benefits of doing the upsert is to push the comparison checks to the database. Adding a WHERE clause fixes that as we then do inserts and conditional updates.

So I've sorted our issue, am just surprised the feature isn't supported wondered if I was missing something.