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
Fixesrails#50079 where there is unexpected behaviour for MySQL
Previously:
- Calling nulls_first on asc worked as expected
- Calling nulls_first on desc ordered desc nulls last
- Calling nuls_last on asc raised error
- Calling nulls_last on desc raised error
Now:
- Calling nulls_first on asc works as expected
- Calling nulls_first on desc works as expected
- Calling nulls_last on asc works as expected
- Calling nulls_last on desc works as expected
0 commit comments