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
In YF 7 the 1st parameter of addNativeCondition() function is declared as array
so this call will crash
I have a question: how can I compare 2 fields in the same record? I used Expression() before this change, but now how can I do a 'createdtime=modifiedtime' condition in array?
The text was updated successfully, but these errors were encountered:
In YF 7 the 1st parameter of
addNativeCondition()
function is declared as arrayso this call will crash
I have a question: how can I compare 2 fields in the same record? I used Expression() before this change, but now how can I do a 'createdtime=modifiedtime' condition in array?
The text was updated successfully, but these errors were encountered: