Notes posted by lawitschka
RSS feed
0 thanks
No type cast to Float
In Rails 3 the returned value will be type cast to the column’s type and not Float. So when calculating average on a column the column’s type need to be float, the result will be truncated otherwise.