aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/value.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-2/+11
* Add an interface for type objects to control Ruby => SQLSean Griffin2014-05-261-0/+4
* Push limit to type objectsSean Griffin2014-05-221-2/+3
* Push precision to type objectsSean Griffin2014-05-221-4/+3
* Push scale to type objectsSean Griffin2014-05-221-2/+7
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-0/+3
* Move extract_scale to decimal typeSean Griffin2014-05-211-4/+1
* push `extract_scale` to the `Type`.Yves Senn2014-05-211-0/+4
* Delegate `klass` to the injected type objectSean Griffin2014-05-201-0/+4
* Delegate `type_cast_for_write` to injected type objectSean Griffin2014-05-201-0/+4
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+12
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-0/+10
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+1
* Add a type object to Column constructorSean Griffin2014-05-171-0/+8