#[derive(FromRow)]
should support columns which may be omitted from the result set
#308
Labels
#[derive(FromRow)]
should support columns which may be omitted from the result set
#308
We should provide the ability to mark fields with
#[sqlx(defaultl)]
which allows them to be skipped if they're not in the result set:https://discordapp.com/channels/665528275556106240/665528275556106243/708410674748981309
Corresponds to
#[serde(default)]
: https://serde.rs/field-attrs.html#defaultThe text was updated successfully, but these errors were encountered: