Skip to content

Tags: Charles-F-Xavier/mysqldump-php

Tags

v2.9

Toggle v2.9's commit message
Fix if statement indentation in constructor

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