Tags: wp-cli/db-command
Tags
Add SQLite compatibility to wp db commands (#299) Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Pascal Birchler <pascalb@google.com>
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>
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.
PreviousNext