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
DEFAULT
value
expressions0for INSERT INTO
statementsIndicates that a backend support
DEFAULT
value expressions
for INSERT INTO
statements based on the ISO SQL standardTraits
A marker trait indicating if a
DEFAULT
like expression
is supported as part of INSERT INTO
clauses to indicate
that a default value should be inserted at a specific position