There is table with one primary key and yet another unique key. On upsert() usage throws error:
SQLSTATE[HY000]: General error: 1 ON CONFLICT clause does not match any PRIMARY KEY or UNIQUE constraint
Seems for SQLite requires created separate ON CONFLICT clause for each of keys.
There is table with one primary key and yet another unique key. On
upsert()usage throws error:Seems for SQLite requires created separate
ON CONFLICTclause for each of keys.