From 54defea7275c09b5ff433d1565cd8cac70333f2a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:21:26 +0000 Subject: [PATCH 1/2] Initial plan From eedc8c602177d7bc0f8b6de199e7f7b049193e61 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:25:40 +0000 Subject: [PATCH 2/2] Tests: Document CUSTOM_USER_TABLE SQLite incompatibility investigation findings Agent-Logs-Url: https://github.com/wp-cli/core-command/sessions/f7b24dec-377d-4cf8-ad2e-bb30627225ba Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> --- features/core-install.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/core-install.feature b/features/core-install.feature index 0a337de9..3d57e309 100644 --- a/features/core-install.feature +++ b/features/core-install.feature @@ -1,7 +1,7 @@ Feature: Install WordPress core - # TODO: Requires investigation for SQLite support. - # See https://github.com/wp-cli/core-command/issues/244 + # Not compatible with SQLite: each WordPress install uses its own separate SQLite database + # file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite. @require-mysql Scenario: Two WordPress installs sharing the same user table won't update existing user Given an empty directory @@ -86,8 +86,8 @@ Feature: Install WordPress core wp_users """ - # TODO: Requires investigation for SQLite support. - # See https://github.com/wp-cli/core-command/issues/244 + # Not compatible with SQLite: each WordPress install uses its own separate SQLite database + # file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite. @require-mysql Scenario: Two WordPress installs sharing the same user table will create new user Given an empty directory