Skip to main content

scan_dml_in_function

Function scan_dml_in_function 

Source
pub fn scan_dml_in_function(
    unit_logical_id: &str,
    source: &str,
) -> Vec<UnitFactSite>
Expand description

QUAL007: a FUNCTION whose body performs row-level DML. Only fires when the source is a function (the function keyword is present as a word) and body_has_dml (R13: a procedure with DML is normal and is not flagged here).