Skip to main content

extract_annotations

Function extract_annotations 

Source
pub fn extract_annotations(sql: &str) -> (String, Annotations)
Expand description

Extract annotations from SQL. Returns (cleaned_sql, annotations). Annotation lines are removed; regular comments are preserved.