aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/column.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7582 from tchandy/fix_type_cast_codeRafael Mendonça França2012-09-091-2/+2
|\
| * ConnectionAdapters::Column.type_cast_code should always convert values to int...Thiago Pradi2012-09-091-2/+2
* | Merge pull request #7337 from adzap/string_to_dummy_timeRafael Mendonça França2012-09-051-1/+7
|/
* Ruby 1.8 doesn't have to_r defined to NilClass and Float.Rafael Mendonça França2012-08-181-5/+14
* Merge pull request #7352 from aripollak/microsecond-timestampRafael Mendonça França2012-08-171-2/+2
* on and ON are type casted to a true boolean columnSantiago Pastorino2012-01-111-2/+2
* Add missing require 'set'Daniel Azuma2011-06-201-0/+2
* Year 0 should fall to nil only if month and day are also 0Kirill Radzikhovskyy2011-05-171-1/+1
* refactor a bunch of return / if to a case / whenAaron Patterson2011-02-031-22/+22
* moving AR::ConnectionAdapters::Column to its own fileAaron Patterson2011-02-011-0/+268