aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Push scale to type objectsSean Griffin2014-05-221-8/+0
* Move extract_scale to decimal typeSean Griffin2014-05-211-2/+2
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+1
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+2
* 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