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.