pub fn offset_to_line_col(sql: &str, offset: usize) -> (usize, usize)
Convert a byte offset into a 1-based (line, col) pair.