aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/column_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Test only with Ruby 1.9+Rafael Mendonça França2013-01-061-4/+6
* 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
* ConnectionAdapters::Column.type_cast_code should always convert values to int...Thiago Pradi2012-09-091-0/+24
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-111-0/+29