Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wp-cli/db-command
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: wp-cli/db-command
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/add-wp-db-users-command
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 19, 2026

  1. Initial plan

    Copilot committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    2e544c4 View commit details
    Browse the repository at this point in the history
  2. Add wp db users create command implementation

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    347182e View commit details
    Browse the repository at this point in the history
  3. Refactor DB_Users_Command to extend DB_Command and improve security

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    891f713 View commit details
    Browse the repository at this point in the history
  4. Simplify code by calling parent::run_query directly and remove test-o…

    …utput.txt
    
    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    7f2d7d9 View commit details
    Browse the repository at this point in the history
  5. Make esc_sql_ident protected in parent class and call it statically

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    84b425f View commit details
    Browse the repository at this point in the history
  6. Remove assert calls and improve SQL string escaping for security

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    421a9a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Configuration menu
    Copy the full SHA
    db8bebf View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Remove redundant @var annotations and use explicit type casting

    Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
    Copilot and swissspidy committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    c57a6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06044eb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Configuration menu
    Copy the full SHA
    f291b1e View commit details
    Browse the repository at this point in the history
Loading