daocompat icon indicating copy to clipboard operation
daocompat copied to clipboard

[Enhancement] QueryBuilder: add possibility for whereOr(conditions)

Open s-durovich opened this issue 6 years ago • 0 comments

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

s-durovich avatar Apr 27 '18 12:04 s-durovich