fn parse_sql_file( content: &str, registry: &Registry, ) -> Result<Vec<ParsedStatement>, String>
Parse a SQL file into statements using the same sqlness comment/interceptor conventions as the ordinary runner.