aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
Commit message (Expand)AuthorAgeFilesLines
* Move the bulk alter table code into the abstract mysql adapter, hence it is s...Jon Leighton2011-08-291-0/+42
* Extract simplified_type into the abstract classJon Leighton2011-08-291-1/+18
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-0/+552