If we have a where are having we need to take that condition convert it to a new DatabaseCondition and place that condition in the root.

CommentFileSizeAuthor
#1 1720830.patch5.42 KBe2thex
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

e2thex’s picture

FileSize
5.42 KB

The issue here is that, for all sub conditions we change the class from a DatabaseCondition to our own version of DatabaseCondition. But the SelectQuery has a DatabaseCondition as the base of the where clause, and that is protected so it can not be converted. so instead we have to take the data from that condition make a new one and have that new one be a sub condition of the orginal

all work done in 1720830 branch

e2thex’s picture

Assigned: e2thex » indytechcook
Status: Active » Needs review
indytechcook’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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