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
Well I looked into this issue the other day and found out it would require a deeper rework and a BC break without a doubt.
This is because in the SqlBuilder class, the "where" conditions are represented as an array of conditions, whereas the "having" conditions are represented as a string.
And since I know what the attitude to BC breaks (or general overhauls) is, I'd rather work on it once I know there will be support.
I would like to see method
Selection::havingOr
implemented, as that feature is missing and cumbersome to achieve.It should work analogously to the
Selection::whereOr
method.Let me know if I could work on this. Also, I'd like to port this feature to the 2.x branch.
The text was updated successfully, but these errors were encountered: