diesel::backend::sql_dialect::on_conflict_clause

Trait SupportsOnConflictClauseWhere

Source
pub trait SupportsOnConflictClauseWhere { }
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

A marker trait indicating if a ON CONFLICT (...) DO UPDATE ... [WHERE ...] clause is supported or not

Implementorsยง