Skip to content

Tags: wp-cli/db-command

Tags

v2.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #281 from wp-cli/fix-gherkin-issues

Fix Gherkin lint issues

v2.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #273 from wp-cli/no-lock-file

v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #257 from wp-cli/fix/trunk-tests

Update tests after change in WP trunk

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable `--format=<format>` for `db search` (#247)

* Enable formatter for search command

* Use `value` instead of `ID` for the primary key column

* Rename and reorder the columns

* Update docs

* Less brittle test

---------

Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>

v2.0.27

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #249 from wp-cli/248-skip-column-names

v2.0.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to WPCS v3 (#240)

* Update to wp-cli-tests v4 (which requires WPCS v3)

* Fix all autofixable CS issues

* Avoid nested control structure

* Fix linting issue

---------

Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>

v2.0.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `composer phpcbf` (#236)

v2.0.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix retrieval of get_post_table_characterset (#231)

Query command run through `assoc_args_to_str` get double quotes truncated and fail to execute. 

Using single quotes in the query prevent error.

`Warning: Failed to get current character set of the posts table. Reason: ERROR at line 1: Unknown command '\_'`

Error may be more prominent on windows.

v2.0.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix PHP 8.1 fatal error with `--orderby=size` and `--size_format=mb` (#…

…230)

v2.0.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Regenerate README file - 2022-09-29 (#228)

Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>