Releases: luismottacampos/pt-osc
Releases · luismottacampos/pt-osc
v0.2.5
- added version requirement to mysql2 gem to keep things from breaking (thanks @taavi!) [#15]
- prevent potentially dangerous usage of
execute
within a pt-osc (thanks @taavi!) [#16]
- reconnect to MySQL if connection timed out during pt-osc execution (thanks @jongrieman!) [#17]
v0.2.4
- relaxed version requirements for bundler and activerecord-import
v0.2.3
- a warning will be issued if an
ALTER
command is called outside of a PtOscMigration
v0.2.2
- fix bugs with string quoting, use shellwords instead
- added integration tests for execution of pt-osc migrations
- support
user
and password
flags in percona config
- pull
username
and password
from database config when available
v0.2.1 — YANKED
This version causes issues with normal MySQL commands and should not be used
- properly quote string values in MySQL commands
- added additional tests
v0.2.0
- support for setting the
--check-alter
flag
- internal improvements to the way
percona
options are handled
- removed support for Ruby 1.9.2
v0.1.3
- fix for loading percona config
- added test coverage for loading
run_mode
from config
v0.1.1
- now compatible with versions 0.5.0 and later of zdennis/activerecord-import
- fixed
LoadError
in ActiveRecord::PtOscMigration
v0.1.0
- renamed
PtOscAdapter
-> MysqlPtOscAdapter
for better compatibility with Rails db Rake tasks.