aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/type_lookup_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Remove special case in schema dumper for decimal without scaleSean Griffin2014-05-231-6/+10
* Remove :timestamp column typeSean Griffin2014-05-191-5/+2
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+100