Removed `AddWhere`. `Where` is not clearing the wherelist anymore.
Breaking changes:
- Removed
AddWhere
Where
is not clearing the wherelist anymore. UseClearWhere()
to clear.
The previous behavior was unclear, and it is unlikely that anyone used just Where
to clear the where list.
Anyway, you should check your code of you know of a case that you have reused a query object and cleared the where list using a Where
call without ClearWhere()