Skip to main content

partial_update_nested_embedded

Function partial_update_nested_embedded 

Source
pub async fn partial_update_nested_embedded(t: &mut Test) -> Result<()>
Expand description

Tests partial updates of deeply nested embedded fields via nested stmt::patch calls. Validates that patching a leaf field inside an outer embedded struct updates only that leaf, leaving all other fields unchanged in the database.