order_query v0.5.0 Release Notes
Release Date: 2019-08-27 // about 5 years ago-
- 🚅 Rails 6 now supported.
- 🛠 Fixes support for
nil
s with explicit order, when anil
is neither the first nor the last element of the explicit order, e.g.status: ['assigned', nil, 'fixed']
. #93b08877
Previous changes from v0.4.1
-
- If a column had a
nulls:
option and there were multiple records withNULL
, all of these records but one were previously skipped. This is now fixed. #21
- If a column had a