Project
mysql_schema_bulk_change
This extension to the MysqlAdapter in ActiveRecord enables bulk updates to schema definitions.
Pr. default when calling connection#add_column the change will be executed a once, but Mysql
allows for multiple changes to be executed in one SQL statement (http://dev.mysql.com/doc/refman/5.1/en/alter-table.html). The advantage of this is that it takes
a lot less time, especially if the table is large.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies