Module diesel::backend::sql_dialect::default_keyword_for_insert
source · Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes only.Expand description
This module contains all reusable options to configure
SqlDialect::InsertWithDefaultKeyword
Structs
- Indicates that a backend does not support
DEFAULTvalue expressions0forINSERT INTOstatements - Indicates that a backend support
DEFAULTvalue expressions forINSERT INTOstatements based on the ISO SQL standard
Traits
- A marker trait indicating if a
DEFAULTlike expression is supported as part ofINSERT INTOclauses to indicate that a default value should be inserted at a specific position