pub(crate) fn parse_sql_number<R: FromStr + Debug>(n: &str) -> Result<R>where <R as FromStr>::Err: Debug,