RubyGems Navigation menu

mysql_schema_bulk_change 0.2.0

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.2.0 - October 30, 2009 (13.0 KB)

Runtime 依赖 (1):

activerecord >= 2.3.2

Development 依赖 (2):

hoe >= 1.8.0
newgem >= 1.3.0

业主:

作者:

  • Jacob Kjeldahl

SHA 256 校验和:

5bb8b9c422b10c85071ee442889b221cd94de364ed2ec5ea169c8517346714d5

下载总量 5,084

这个版本 5,084

许可:

需要的 Ruby 版本:

链接: