| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR fixes SQL WHERE clause operator-precedence issues in wp option list so that --autoload=on|off filtering does not inadvertently override transient inclusion/exclusion logic. It aligns the actual results with the command’s documented behavior: transients are excluded by default unless --transients is provided.
Changes:
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Option_Command.php | Fixes SQL condition grouping so --autoload and transient filters combine correctly. |
| features/option-list.feature | Adds/updates Behat coverage for transient exclusion by default when using --autoload=on. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes an issue where wp option list --autoload=on could still include transient rows.
The command already excludes transients by default unless --transients is used. This updates the SQL condition grouping so the autoload and transient filters are applied together correctly.
Tests: