Skip to content

mysqldump-php v2.4 (Gold Swallow)

Compare
Choose a tag to compare
@ifsnop ifsnop released this 07 Mar 22:53
· 103 commits to master since this release

Add option 'skip-definer' to ommit DEFINER clauses in sql dump

Cleaning code: Added $dumpSettings as a TypeAdapterFactory property
Cleaning code: Use preg_replace instead of str_replace for views, trigger, events
Documentation: Fix code snippets in README.md
Testing: Updated .travis.yml to allow for failures on hhvm and nightly builds
LICENSE file was missing, added