AdonisJS Framework @adonisjs.com · Mar 2

This global where clause can bite you if there are `or where` conditions in your query. To mitigate that, we are removing the top-level `orWhere` method from the query builder, and you will be forced to always define a `orWhereGroup` to write or where conditions.

1 likes 0 replies

?