The trait SupportsOnConflictClauseWhere
is not implemented for sqlite::backend::SqliteOnConflictClause
#4584
Replies: 1 comment
-
Implemented by #4586 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that the
SQLite
backend does not support theWHERE
clause when executing an upsert operation, such as:But to my understanding,
WHERE
clauses are supported in SQLite's upsert.Is there some reason for
SupportsOnConflictClauseWhere
not being currently implemented forSqliteOnConflictClause
or is it just something to add on the TODO list? If it is the latter, I would be happy to try and contribute it.Thank you and have a great weekend,
Luca
Beta Was this translation helpful? Give feedback.
All reactions