Problem/Motivation

Now the matchEntityCondition() operator check should not be case sensitive.
It works with "IN" but doesn't work with "in", producing the error:

Exception: A stub for the "In" operator is not implemented yet. Please use function stubSetExecuteHandler() to stub the results.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Murz created an issue. See original summary.

keshavv’s picture

Status: Active » Needs review
keshavv’s picture

Status: Needs review » Reviewed & tested by the community

The changes that are added in MR will work. As it is a simple change, we can merge it.

  • Murz committed dc5d09e5 on 1.2.x
    Issue #3381225: The matchEntityCondition() operator check should not be...
murz’s picture

Status: Reviewed & tested by the community » Fixed

The "PHP 7.4 & MySQL 5.7, D9.5 Build Successful" is not green for some reason, but the result is "success", so let's merge it.

murz’s picture

Status: Fixed » Closed (fixed)