daocompat
daocompat copied to clipboard
[Enhancement] QueryBuilder: add possibility for whereOr(conditions)
For now seems there are no way to build query like:
where ('Property1' eq x or 'Property1' eq y)
also
where ('Property1' eq x or 'Property2' eq y)
etc.
As a result - a lot of cases when migration process become quite costly