aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type
Commit message (Expand)AuthorAgeFilesLines
* Delegate type_cast to injected type object in mysqlSean Griffin2014-05-203-0/+28
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-209-0/+62
* Remove :timestamp column typeSean Griffin2014-05-192-14/+1
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-1913-0/+176
* Add a type object to Column constructorSean Griffin2014-05-171-0/+8