You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If using _OR in a combiner it can't have the same value twice in the $whereClause. I came across this when trying to make a function to group WHERE clauses. Working on a fix now so hope to push that soon.
To Reproduce
Create a selecting statement using a where() and 2x eq(), with the first eq() having an _OR combiner
Describe the bug
If using
_OR
in a combiner it can't have the same value twice in the$whereClause
. I came across this when trying to make a function to groupWHERE
clauses. Working on a fix now so hope to push that soon.To Reproduce
Create a selecting statement using a
where()
and 2xeq()
, with the firsteq()
having an_OR
combinerExpected behavior
The compiled SQL would be as follows
Environment (please complete the following information):
PHP code snippet used
See above
The text was updated successfully, but these errors were encountered: