Skip to content

Tags: adityadees/mysqldump-php

Tags

v2.7

Toggle v2.7's commit message
Added PHPUnit in Travis for automated testing

Added table specific LIMITs
Added ability to add table specific 'where' conditions

v2.6

Toggle v2.6's commit message
Add support for accessing row data with hooks (fix from last release)

Add row count to dump file
Improve testing scripts (introduce per MySQL version testing)
Update test matrix

Readme: Let Composer choose the right version
Readme: Go HTTPS everywhere

v2.5

Toggle v2.5's commit message
Aqua Vasengi

v2.4

Toggle v2.4's commit message
update .travis.yml to allow for failures on hhvm and nightly builds

v2.3.1

Toggle v2.3.1's commit message
update download instructions once and for all, to be always updated

v2.3

Toggle v2.3's commit message
merge virtual columns support. Closes ifsnop#107

v2.2

Toggle v2.2's commit message
get MySQL version on travis

v2.1

Toggle v2.1's commit message
remove duplicated code

dump user procedures
bug: lower case option names, not parameters

v2.0

Toggle v2.0's commit message
added visibility definition to method

v1.6

Toggle v1.6's commit message
Privilege fix, no more SUPER privilege needed

Added port settings to connection string
Some warnings suppressed
Added skip-comments and skip-dump-date