Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes
only.Expand description
This module contains all diesel provided reusable options to
configure SqlDialect::OnConflictClause
Structs§
- Does
NotSupport OnConflict Clause - This marker type indicates that
ON CONFLICT
clauses are not supported for this backend
Traits§
- PgLike
OnConflict Clause - A marker trait indicating whether the on conflict clause implementation is mostly like postgresql
- Supports
OnConflict Clause - A marker trait indicating if a
ON CONFLICT
clause is supported or not - Supports
OnConflict Clause Where - A marker trait indicating if a
ON CONFLICT (...) DO UPDATE ... [WHERE ...]
clause is supported or not