aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/mysql/type_metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate various Active Record schema cache structuresJean Boussier2019-06-031-1/+10
* Refactor around sql_type metadata and columnRyuta Kamizono2019-04-121-2/+1
* Improve == and hash methods on various schema cache structs to be allocation ...Jean Boussier2019-04-091-8/+5
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Suppress deprecation warning `implementing to_yaml is deprecated`Fumiaki MATSUSHIMA2017-02-151-0/+2
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-4/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* Extract `MySQL::TypeMetadata` class to `connection_adapters/mysql/type_metada...Ryuta Kamizono2016-01-111-0/+32