aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type
Commit message (Expand)AuthorAgeFilesLines
* Push precision to type objectsSean Griffin2014-05-223-12/+3
* Push scale to type objectsSean Griffin2014-05-222-4/+7
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-223-0/+11
* Allow additional arguments to be used during type map lookupsSean Griffin2014-05-222-9/+9
* Move extract_scale to decimal typeSean Griffin2014-05-212-4/+3
* push `extract_scale` to the `Type`.Yves Senn2014-05-211-0/+4
* Delegate `klass` to the injected type objectSean Griffin2014-05-208-0/+32
* Delegate `type_cast_for_write` to injected type objectSean Griffin2014-05-202-0/+13
* 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