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
We shouldn't encourage using orderBy() for random sorting - that's what the shuffle() abstraction is for.
Instead, don't mention orderBy() at all until the dedicated raw SQL section.
We shouldn't encourage using
orderBy()
for random sorting - that's what theshuffle()
abstraction is for.Instead, don't mention
orderBy()
at all until the dedicated raw SQL section.PRs
The text was updated successfully, but these errors were encountered: