wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 59 forks source link

Fix `--all-tables` and `--all-tables-with-prefix` output when combined with `--size_format` #134

Closed thrijith closed 5 years ago

thrijith commented 5 years ago

Fixes #129

thrijith commented 5 years ago

@schlessera tests are failing due to db connection error, might need to restart build.

danielbachhuber commented 5 years ago

tests are failing due to db connection error, might need to restart build.

I think the failure is related to https://github.com/wp-cli/wp-cli/pull/5094, which was probably caused by https://core.trac.wordpress.org/ticket/41655

We could simply loosen the error message check but it'd be nice to know why the exact message has changed.

danielbachhuber commented 5 years ago

@thrijith Can you merge master to include #136?