aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Delegate type_cast to injected type object in mysqlSean Griffin2014-05-201-0/+2
* Remove :timestamp column typeSean Griffin2014-05-191-1/+0
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+20
* Add a type object to Column constructorSean Griffin2014-05-171-0/+8