caminte
caminte copied to clipboard
upsert only calls the adapter's updateOrCreate method if the query has an id
upsert should always call the adapter's updateOrCreate method (if it's available), regardless if the query has an id or not.
I'll send a pull request shortly.