The preg_replace()'s in lib/Drupal/sps/Plugins/Reaction/EntitySelectQueryAlterReaction.php can end up replacing partial matches, i.e. given the target foo.bar_baz and the actual string foo.bar_baz_bang you can end up with something like foo.COALESCE(...)_bang.

Patch to follow.

CommentFileSizeAuthor
#1 2204903-1-sps-reaction_regexes.patch1.97 KBelliotttf
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

elliotttf’s picture

ericduran’s picture

Thanks Fixed.

  • ericduran committed 518da3d on 7.x-1.x authored by elliotttf
    Issue #2204903 by elliotttf: Fixed Query regex alterations aren't...
ericduran’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.