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
Is there a way to reset whereClause in _Updater? I.g. I want reuse updater with different model instances, but where() method alway concatenate to one big WHERE clause
The text was updated successfully, but these errors were encountered:
We have a different lists of entities, mixed with cached ones and fresh ones, and on some of them we want to execute insert, or on some of them update, and we don't want to create updater for each item.
Is there a way to reset whereClause in _Updater? I.g. I want reuse updater with different model instances, but where() method alway concatenate to one big WHERE clause
The text was updated successfully, but these errors were encountered: