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.
pub fn extract_annotations(sql: &str) -> (String, Annotations)Extract annotations from SQL. Returns (cleaned_sql, annotations).
Annotation lines are removed; regular comments are preserved.