aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/type/float.rb
Commit message (Expand)AuthorAgeFilesLines
* Add a public API to allow users to specify column typesSean Griffin2014-05-261-1/+1
* Remove checks against `column.type` in abstract adapter quotingSean Griffin2014-05-261-0/+2
* Delegate `klass` to the injected type objectSean Griffin2014-05-201-0/+4
* Delegate predicate methods to injected type object on ColumnSean Griffin2014-05-201-0/+2
* Delegate `#type_cast` to injected type objects on SQLite3Sean Griffin2014-05-201-0/+6
* Delegate `Column#type` to the injected type objectSean Griffin2014-05-191-0/+11