aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/date_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Push precision to type objectsSean Griffin2014-05-221-4/+0
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-0/+4
* Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-201-1/+17
* Delegate type_cast to injected type object in mysqlSean Griffin2014-05-201-0/+2
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-0/+6
* Remove :timestamp column typeSean Griffin2014-05-191-3/+1
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+13