Skip to content

Commit 1f6eeff

Browse files
Copilotswissspidy
andauthored
Tests: Document CUSTOM_USER_TABLE SQLite incompatibility as expected behavior (#328)
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 6fede96 commit 1f6eeff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/core-install.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Install WordPress core
22

3-
# TODO: Requires investigation for SQLite support.
4-
# See https://github.com/wp-cli/core-command/issues/244
3+
# Not compatible with SQLite: each WordPress install uses its own separate SQLite database
4+
# file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite.
55
@require-mysql
66
Scenario: Two WordPress installs sharing the same user table won't update existing user
77
Given an empty directory
@@ -86,8 +86,8 @@ Feature: Install WordPress core
8686
wp_users
8787
"""
8888
89-
# TODO: Requires investigation for SQLite support.
90-
# See https://github.com/wp-cli/core-command/issues/244
89+
# Not compatible with SQLite: each WordPress install uses its own separate SQLite database
90+
# file, so cross-install table sharing via CUSTOM_USER_TABLE is not possible with SQLite.
9191
@require-mysql
9292
Scenario: Two WordPress installs sharing the same user table will create new user
9393
Given an empty directory

0 commit comments

Comments
 (0)