You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing: Should not assume records come back in order (47ace0d)
Features
Query.where: Move logic for adding where query to query object to #add(), fix tests (dccb12c)
BREAKING CHANGES
Query.where: Query.where() will now always return a WhereQuery instance. If you were specifying a complete query using #where(), that logic is now in the #add() method. This is to allow for better typing, since #where() previously returned either a WhereQuery or its own Query instance.