aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a type object to Column constructorSean Griffin2014-05-171-0/+8
Part of #15134. In order to perform typecasting polymorphically, we need to add another argument to the constructor. The order was chosen to match the `oid_type` on `PostgreSQLColumn`.