Example SQL: ``` select sum(1 + 2) as col ``` Called this function to get precision and scale: ``` precision, scale, ok := columnType.DecimalSize() ``` The returned precision is 42. I don't understand where did 42 come from. It's supposed to be 1, right?