pub fn normalize_relation(s: &str) -> StringExpand description
Normalizes a relation string: lowercase + underscores to hyphens.
v1.2.8 reversed the direction along with CANONICAL_RELATIONS. Callers
keep passing either spelling; what changed is which one survives to SQL.