mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
In previous version if database adapter (e.g. SQLite and Oracle) returned non-String calculated values then type_cast_using_column converted decimal average value of intefer field to integer value. Now operation parameter is always checked to decide which conversion of calculated value should be done.