Releases: wp-cli/db-command
Releases · wp-cli/db-command
Version 1.2.3
db search:- Lessens context duplication by shortening and appending context if it overlaps with the next match [#55].
Version 1.2.2
- Moves statement to a newline for doc parsing needs [#53].
Version 1.2.1
Version 1.2.0
- Introduces
wp db prefixfor getting the$wpdb->prefixfor a site [#22]. - Introduces
wp db searchfor searching through the database for a given string [#29, #33]. - Uppercases WP
size_format()for pre-4.6 compat [#26]. - Removes superfluous
isset()check beforeunset()[#27]. - Updates package with latest scaffolded components [#31].
- Uses
dist: precisefor PHP 5.3,dist: trustyfor everything else [#32].
Version 1.1.0
- Introduces
wp db sizeto get the size of the database and its tables. - Adds
--exclude_tables=<tables>option when exporting a database. - Uses
/usr/bin/env mysqlinstead ofmysqlwhen calling MySQL executable. - Clarifies this command as a bundled command.
Version 1.0.1
- Adds database name to confirmation prompts for
wp db dropandwp db resetcommands.
Version 1.0.0
- Initial release.