aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/column_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix error when assigning NaN to an integer columnTristan Harward2013-01-061-0/+6
* Fix undefined method `to_i' introduced since 3.2.8Jason Stirk2013-01-041-6/+14
* Fix bug when Column is trying to type cast boolean values to integer.Rafael Mendonça França2012-10-291-4/+4
* fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-041-0/+6
* Prevent creating valid time-like objects from blank string from dbEgor Lynko2012-05-051-0/+28
* Don't type cast values that don't respond to to_i to 1James Sanders & Jason Noble2012-04-301-0/+24
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-111-0/+29