Skip to main content

validate_repeated_targets

Function validate_repeated_targets 

Source
pub fn validate_repeated_targets<'a, E: 'a>(
    targets: impl IntoIterator<Item = &'a AssignmentTarget<E>>,
    insert: bool,
) -> Result<(), SQLError>
Expand description

Repeated partial targets compose, but a whole-column write cannot share its destination.