- Issue created by @emircan erkul
- Issue was unassigned.
- Status changed to Needs review
11 months ago 12:10pm 26 December 2023 - πΉπ·Turkey emircan erkul Turkey
And if you need more complex condition
$query = new SelectQuery('MyObj__c'); $query->conditions[] = ["Foo = 'bar' OR (zee = 'bang' and foobar > 1)"]
https://www.drupal.org/project/salesforce/issues/2879844#comment-12094587 β
- πΊπΈUnited States AaronBauman Philadelphia
enum is overkill. these can be new constants on SelectQuery
-
AaronBauman β
committed 9aec10ee on 5.0.x authored by
emircanerkul β
Issue #3410886 by emircanerkul, AaronBauman: Add option to SelectQuery...
-
AaronBauman β
committed 9aec10ee on 5.0.x authored by
emircanerkul β
-
AaronBauman β
committed 75627c2b on 5.0.x authored by
emircanerkul β
Issue #3410886 by emircanerkul, AaronBauman: Add option to SelectQuery...
-
AaronBauman β
committed 75627c2b on 5.0.x authored by
emircanerkul β
- Status changed to Fixed
10 months ago 4:33pm 31 January 2024 - πΊπΈUnited States AaronBauman Philadelphia
in fact, i don't think even constants are overkill.
it's a new public string property, defaulted to 'AND' on construct
committed, thanks for the patch.
Automatically closed - issue fixed for 2 weeks with no activity.