RubyGems Navigation menu

kjeldahl-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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2.0 - August 11, 2014 (10 KB)

Runtime Dependencies (1):

activerecord >= 2.3.2

Development Dependencies (2):

hoe >= 1.8.0
newgem >= 1.3.0

Authors:

  • Jacob Kjeldahl

SHA 256 checksum:

4e2870822e8a854d03f7afcd9f8b379128da4d083941fd345df798cd8af973ee

Total downloads 3,331

For this version 3,331

Licenses:

N/A

Required Ruby Version: >= 0

Links: