every query contains a #conjunction

  /**
   * Constructs a DataBaseCondition object.
   *
   * @param string $conjunction
   *   The operator to use to combine conditions: 'AND' or 'OR'.
   */
  public function __construct($conjunction) {
    $this->conditions['#conjunction'] = $conjunction;
  }
CommentFileSizeAuthor
skip_conjunction.patch757 bytesdroplet

Comments

jessepinho’s picture

Confirming that I experience the same problem after saving a node with an entity reference (user) field.

pedrofaria’s picture

Status: Needs review » Reviewed & tested by the community

Same issue here.

I tested this patch and fixed the issue...

damien tournoud’s picture

Status: Reviewed & tested by the community » Closed (fixed)

I fixed this independently. Could not find an issue in search.