aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15207 from sgrif/sg-inline-column-helpersRafael Mendonça França2014-05-207-6/+74
|\
| * Inline typecasting helpers from Column to the appropriate typesSean Griffin2014-05-207-6/+74
* | Merge pull request #15206 from sgrif/sg-type-map-postgresqlRafael Mendonça França2014-05-201-0/+6
|\ \
| * | Use the generic type map for PostgreSQL OID registrationsSean Griffin2014-05-201-0/+6
| |/
* / Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-207-0/+37
|/
* Use the generic type map object for mysql field lookupsSean Griffin2014-05-201-0/+15
* 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