Skip to content

Removed `AddWhere`. `Where` is not clearing the wherelist anymore.

Compare
Choose a tag to compare
@danielgindi danielgindi released this 06 Oct 14:31
· 499 commits to master since this release

Breaking changes:

  • Removed AddWhere
  • Where is not clearing the wherelist anymore. Use ClearWhere() 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()